diff options
author | Ken Moore <moorekou@gmail.com> | 2015-08-21 10:23:40 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-08-21 10:23:40 -0400 |
commit | cd9f1b95938c9f41e6fa2a07ebca13d2260db4b5 (patch) | |
tree | 0271e745def5bc83051c1fbcc867180ff86e2636 /lumina-config/mainUI.ui | |
parent | Add an additional level of locking to the single-application framework: The X... (diff) | |
download | lumina-cd9f1b95938c9f41e6fa2a07ebca13d2260db4b5.tar.gz lumina-cd9f1b95938c9f41e6fa2a07ebca13d2260db4b5.tar.bz2 lumina-cd9f1b95938c9f41e6fa2a07ebca13d2260db4b5.zip |
Adjust the "desktop icons" checkbox in lumina-config to make it a bit easier to understand what it does.
Diffstat (limited to 'lumina-config/mainUI.ui')
-rw-r--r-- | lumina-config/mainUI.ui | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/lumina-config/mainUI.ui b/lumina-config/mainUI.ui index 5a4324fb..3360e658 100644 --- a/lumina-config/mainUI.ui +++ b/lumina-config/mainUI.ui @@ -109,7 +109,7 @@ <enum>QFrame::StyledPanel</enum> </property> <property name="currentIndex"> - <number>0</number> + <number>1</number> </property> <widget class="QWidget" name="page_desktop"> <layout class="QVBoxLayout" name="verticalLayout_3"> @@ -447,14 +447,14 @@ </property> </widget> </item> - <item row="0" column="1" rowspan="3"> + <item row="0" column="1" rowspan="5"> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> </item> - <item row="0" column="2"> + <item row="0" column="2" colspan="2"> <widget class="QLabel" name="label_15"> <property name="font"> <font> @@ -470,10 +470,10 @@ </property> </widget> </item> - <item row="1" column="0"> + <item row="1" column="0" rowspan="2"> <widget class="QListWidget" name="list_menu"/> </item> - <item row="1" column="2"> + <item row="1" column="2" colspan="2"> <widget class="QListWidget" name="list_desktop_plugins"> <property name="selectionMode"> <enum>QAbstractItemView::ExtendedSelection</enum> @@ -483,89 +483,89 @@ </property> </widget> </item> - <item row="2" column="0"> - <layout class="QHBoxLayout" name="horizontalLayout_13"> + <item row="2" column="3"> + <layout class="QHBoxLayout" name="horizontalLayout_6"> <item> - <widget class="QToolButton" name="tool_menu_add"> + <widget class="QToolButton" name="tool_desktop_addplugin"> <property name="text"> <string notr="true">add</string> </property> </widget> </item> <item> - <widget class="QToolButton" name="tool_menu_rm"> + <widget class="QToolButton" name="tool_desktop_rmplugin"> <property name="text"> <string notr="true">rem</string> </property> </widget> </item> <item> - <spacer name="horizontalSpacer_9"> + <spacer name="horizontalSpacer_5"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> - <width>40</width> + <width>10</width> <height>20</height> </size> </property> </spacer> </item> - <item> - <widget class="QToolButton" name="tool_menu_up"> - <property name="text"> - <string notr="true">up</string> - </property> - </widget> - </item> - <item> - <widget class="QToolButton" name="tool_menu_dn"> - <property name="text"> - <string notr="true">dn</string> - </property> - </widget> - </item> </layout> </item> - <item row="2" column="2"> - <layout class="QHBoxLayout" name="horizontalLayout_6"> + <item row="3" column="0" rowspan="2"> + <layout class="QHBoxLayout" name="horizontalLayout_13"> <item> - <widget class="QToolButton" name="tool_desktop_addplugin"> + <widget class="QToolButton" name="tool_menu_add"> <property name="text"> <string notr="true">add</string> </property> </widget> </item> <item> - <widget class="QToolButton" name="tool_desktop_rmplugin"> + <widget class="QToolButton" name="tool_menu_rm"> <property name="text"> <string notr="true">rem</string> </property> </widget> </item> <item> - <spacer name="horizontalSpacer_5"> + <spacer name="horizontalSpacer_9"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> - <width>10</width> + <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> - <widget class="QCheckBox" name="check_desktop_autolaunchers"> + <widget class="QToolButton" name="tool_menu_up"> + <property name="text"> + <string notr="true">up</string> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="tool_menu_dn"> <property name="text"> - <string>Generate Desktop Links</string> + <string notr="true">dn</string> </property> </widget> </item> </layout> </item> + <item row="4" column="3"> + <widget class="QCheckBox" name="check_desktop_autolaunchers"> + <property name="text"> + <string>Display Desktop Folder Contents</string> + </property> + </widget> + </item> </layout> </widget> <widget class="QWidget" name="tab_panels"> @@ -613,8 +613,8 @@ <rect> <x>0</x> <y>0</y> - <width>98</width> - <height>28</height> + <width>498</width> + <height>292</height> </rect> </property> </widget> @@ -1471,7 +1471,7 @@ <x>0</x> <y>0</y> <width>117</width> - <height>28</height> + <height>17</height> </rect> </property> <property name="sizePolicy"> |