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);