From 197560c3c3ccb17a6d35b1845cf5d353c0d339e7 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Sat, 15 Apr 2017 00:47:53 +0200 Subject: [PATCH] refs #935, stylesheet --- src/blackgui/share/qss/stdwidget.qss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/blackgui/share/qss/stdwidget.qss b/src/blackgui/share/qss/stdwidget.qss index 187a24ade..665071f74 100644 --- a/src/blackgui/share/qss/stdwidget.qss +++ b/src/blackgui/share/qss/stdwidget.qss @@ -69,10 +69,13 @@ QDialog::separator:hover { } /* selector QWizard not working, so using individual components */ +/* the wizard pages are currently hardcoded */ +/* BlackGui--Components--CCopyConfigurationComponent { - background: black; /* background is background color here */ + background: black; background-image: url(:/textures/icons/textures/texture-inner.jpg); } +*/ QFileDialog #sidebar { background: black; @@ -276,8 +279,8 @@ QPlainTextEdit { QGroupBox { border: 1px solid green; - margin-top: 2.5ex; /* the x-height of the relevant font, leave space at the top for the title */ - padding-top: 2.5ex; + margin-top: 2.0ex; /* the x-height of the relevant font, leave space at the top for the title */ + padding-top: 2.0ex; border-radius: 5px; background: black; /* background is background color here */ background-image: url(:/textures/icons/textures/texture-inner.jpg);