diff options
Diffstat (limited to 'launcher/ui/pages/global/LauncherPage.ui')
-rw-r--r-- | launcher/ui/pages/global/LauncherPage.ui | 37 |
1 files changed, 31 insertions, 6 deletions
diff --git a/launcher/ui/pages/global/LauncherPage.ui b/launcher/ui/pages/global/LauncherPage.ui index c110dd09..4cc2a113 100644 --- a/launcher/ui/pages/global/LauncherPage.ui +++ b/launcher/ui/pages/global/LauncherPage.ui @@ -290,6 +290,16 @@ </item> </widget> </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Colors</string> + </property> + <property name="buddy"> + <cstring>themeComboBoxColors</cstring> + </property> + </widget> + </item> <item row="1" column="1"> <widget class="QComboBox" name="themeComboBoxColors"> <property name="sizePolicy"> @@ -303,13 +313,28 @@ </property> </widget> </item> - <item row="1" column="0"> - <widget class="QLabel" name="label_4"> - <property name="text"> - <string>Colors</string> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="toolsBox"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="title"> + <string>Tools</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QCheckBox" name="preferMenuBarCheckBox"> + <property name="toolTip"> + <string>The menubar is more friendly for keyboard-driven interaction.</string> </property> - <property name="buddy"> - <cstring>themeComboBoxColors</cstring> + <property name="text"> + <string>Replace toolbar with menubar</string> </property> </widget> </item> |