diff options
author | Ken Moore <moorekou@gmail.com> | 2016-02-05 11:01:23 -0500 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-02-05 11:01:23 -0500 |
commit | 602448203128962a9b08b71b4bc84668f03a384c (patch) | |
tree | 73e1056441d9677e6a38dcaae19b2092d635981e /lumina-config/mainUI.ui | |
parent | Tinker with the resizeMenu class to try and bypass a bug in Qt 5.5.1 (QWidget... (diff) | |
download | lumina-602448203128962a9b08b71b4bc84668f03a384c.tar.gz lumina-602448203128962a9b08b71b4bc84668f03a384c.tar.bz2 lumina-602448203128962a9b08b71b4bc84668f03a384c.zip |
Cleanup lumina-config a bit:
1) Add an "all files" option to the background file selector dialog (just in case the file has an alternate extension/syntax).
2) Add options to select a directory (single/recursive) when looking for background files.
3) Clean up a lot of commented-out code from the mainUI file.
Diffstat (limited to 'lumina-config/mainUI.ui')
-rw-r--r-- | lumina-config/mainUI.ui | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/lumina-config/mainUI.ui b/lumina-config/mainUI.ui index 463102af..a93bc0af 100644 --- a/lumina-config/mainUI.ui +++ b/lumina-config/mainUI.ui @@ -109,7 +109,7 @@ <enum>QFrame::StyledPanel</enum> </property> <property name="currentIndex"> - <number>2</number> + <number>0</number> </property> <widget class="QWidget" name="page_desktop"> <layout class="QVBoxLayout" name="verticalLayout_3"> @@ -137,14 +137,13 @@ <item> <widget class="QToolButton" name="tool_desk_addbg"> <property name="text"> - <string notr="true">add</string> + <string notr="true"> </string> </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="tool_desk_addbgcolor"> - <property name="text"> - <string notr="true">addclr</string> + <property name="popupMode"> + <enum>QToolButton::InstantPopup</enum> + </property> + <property name="toolButtonStyle"> + <enum>Qt::ToolButtonTextBesideIcon</enum> </property> </widget> </item> @@ -666,8 +665,8 @@ <rect> <x>0</x> <y>0</y> - <width>523</width> - <height>304</height> + <width>522</width> + <height>300</height> </rect> </property> </widget> @@ -1549,8 +1548,8 @@ <rect> <x>0</x> <y>0</y> - <width>121</width> - <height>19</height> + <width>130</width> + <height>28</height> </rect> </property> <property name="sizePolicy"> |