diff options
author | Ken Moore <ken@pcbsd.org> | 2015-06-18 08:55:24 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-06-18 08:55:24 -0400 |
commit | d6ce655acc20d2932f54c5484404f284069f84e1 (patch) | |
tree | 3f5d166eaf0e8a424ed459b5e737770ff8aa9028 /lumina-config/mainUI.ui | |
parent | Add a quick verification to the favorites system to ensure that the directory... (diff) | |
download | lumina-d6ce655acc20d2932f54c5484404f284069f84e1.tar.gz lumina-d6ce655acc20d2932f54c5484404f284069f84e1.tar.bz2 lumina-d6ce655acc20d2932f54c5484404f284069f84e1.zip |
Add a checkbox for allowing the auto-creation of desktop icons on each individual screen.
Diffstat (limited to 'lumina-config/mainUI.ui')
-rw-r--r-- | lumina-config/mainUI.ui | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/lumina-config/mainUI.ui b/lumina-config/mainUI.ui index ea91e3e6..4be021d8 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"> @@ -508,6 +508,13 @@ </layout> </item> <item> + <widget class="QCheckBox" name="check_desktop_autolaunchers"> + <property name="text"> + <string>Auto-Create Desktop Shortcuts</string> + </property> + </widget> + </item> + <item> <widget class="QLabel" name="label_23"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> @@ -609,7 +616,7 @@ <rect> <x>0</x> <y>0</y> - <width>238</width> + <width>249</width> <height>215</height> </rect> </property> @@ -843,7 +850,7 @@ <rect> <x>0</x> <y>0</y> - <width>238</width> + <width>249</width> <height>209</height> </rect> </property> @@ -1876,7 +1883,7 @@ <x>0</x> <y>0</y> <width>129</width> - <height>28</height> + <height>16</height> </rect> </property> <property name="sizePolicy"> |