diff options
| author | Chris Bessent <lost.dragonist@gmail.com> | 2021-03-02 21:20:23 -0700 |
|---|---|---|
| committer | Chris Bessent <lost.dragonist@gmail.com> | 2021-03-02 21:20:23 -0700 |
| commit | eee1b4b3f16b619fbb03297ba2d9803198e78ab9 (patch) | |
| tree | 6cc67e1be83112efa1f7898d74664cf8f84a3916 /src/settingsdialog.ui | |
| parent | 726b381ea715631953d843596176faac72083fa3 (diff) | |
Put stylesheet stuff into .ui file instead
Diffstat (limited to 'src/settingsdialog.ui')
| -rw-r--r-- | src/settingsdialog.ui | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index 44114391..434136ce 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -26,6 +26,10 @@ <layout class="QGridLayout" name="gridLayout" rowstretch="0"> <item row="0" column="0"> <widget class="QScrollArea" name="generalScrollArea"> + <property name="styleSheet"> + <string notr="true">#generalScrollArea { background-color: transparent; } +#generalScrollAreaWidgetContents { background-color: transparent; }</string> + </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> @@ -45,7 +49,7 @@ </rect> </property> <property name="autoFillBackground"> - <bool>true</bool> + <bool>false</bool> </property> <layout class="QVBoxLayout" name="verticalLayout_8"> <property name="leftMargin"> @@ -987,6 +991,10 @@ If you disable this feature, MO will only display official DLCs this way. Please <layout class="QVBoxLayout" name="verticalLayout_4" stretch="0"> <item> <widget class="QScrollArea" name="nexusScrollArea"> + <property name="styleSheet"> + <string notr="true">#nexusScrollArea { background-color: transparent; } +#nexusScrollAreaWidgetContents { background-color: transparent; }</string> + </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> @@ -1006,7 +1014,7 @@ If you disable this feature, MO will only display official DLCs this way. Please </rect> </property> <property name="autoFillBackground"> - <bool>true</bool> + <bool>false</bool> </property> <layout class="QVBoxLayout" name="verticalLayout_34"> <property name="leftMargin"> @@ -1663,6 +1671,10 @@ If you disable this feature, MO will only display official DLCs this way. Please <layout class="QVBoxLayout" name="verticalLayout_5"> <item> <widget class="QScrollArea" name="workaroundScrollArea"> + <property name="styleSheet"> + <string notr="true">#workaroundScrollArea { background-color: transparent; } +#workaroundScrollAreaWidgetContents { background-color: transparent; }</string> + </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> @@ -1682,7 +1694,7 @@ If you disable this feature, MO will only display official DLCs this way. Please </rect> </property> <property name="autoFillBackground"> - <bool>true</bool> + <bool>false</bool> </property> <layout class="QVBoxLayout" name="verticalLayout_6"> <property name="leftMargin"> |
