diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-03-05 01:58:25 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-03-05 01:58:25 -0600 |
| commit | fa44740193e510df569441016d40e74b8dc6fca1 (patch) | |
| tree | f8aad1e750a442fb2a467603ee9a94e32b22348f /src | |
| parent | 249745c6b1e4d1069aada650bd754438d81f9787 (diff) | |
Clear palette of mod list and plugin list to better support themes
Diffstat (limited to 'src')
| -rw-r--r-- | src/mainwindow.ui | 133 |
1 files changed, 0 insertions, 133 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 5ac8f092..d876b54a 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -334,97 +334,6 @@ p, li { white-space: pre-wrap; } <height>400</height> </size> </property> - <property name="palette"> - <palette> - <active> - <colorrole role="ButtonText"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>64</red> - <green>64</green> - <blue>64</blue> - </color> - </brush> - </colorrole> - <colorrole role="Link"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>255</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="LinkVisited"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>0</red> - <green>170</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - </active> - <inactive> - <colorrole role="ButtonText"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>64</red> - <green>64</green> - <blue>64</blue> - </color> - </brush> - </colorrole> - <colorrole role="Link"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>255</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="LinkVisited"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>0</red> - <green>170</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - </inactive> - <disabled> - <colorrole role="ButtonText"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>120</red> - <green>120</green> - <blue>120</blue> - </color> - </brush> - </colorrole> - <colorrole role="Link"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>255</red> - <green>0</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - <colorrole role="LinkVisited"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>0</red> - <green>170</green> - <blue>0</blue> - </color> - </brush> - </colorrole> - </disabled> - </palette> - </property> <property name="contextMenuPolicy"> <enum>Qt::CustomContextMenu</enum> </property> @@ -989,43 +898,6 @@ p, li { white-space: pre-wrap; } <height>250</height> </size> </property> - <property name="palette"> - <palette> - <active> - <colorrole role="ButtonText"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>64</red> - <green>64</green> - <blue>64</blue> - </color> - </brush> - </colorrole> - </active> - <inactive> - <colorrole role="ButtonText"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>64</red> - <green>64</green> - <blue>64</blue> - </color> - </brush> - </colorrole> - </inactive> - <disabled> - <colorrole role="ButtonText"> - <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>120</red> - <green>120</green> - <blue>120</blue> - </color> - </brush> - </colorrole> - </disabled> - </palette> - </property> <property name="contextMenuPolicy"> <enum>Qt::CustomContextMenu</enum> </property> @@ -1168,11 +1040,6 @@ p, li { white-space: pre-wrap; } <property name="columnCount" stdset="0"> <number>1</number> </property> - <column> - <property name="text"> - <string notr="true">Archives</string> - </property> - </column> </widget> </item> </layout> |
