diff options
Diffstat (limited to 'src/settingsdialog.ui')
| -rw-r--r-- | src/settingsdialog.ui | 47 |
1 files changed, 30 insertions, 17 deletions
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index 434136ce..a4c9cc7e 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -23,7 +23,7 @@ <attribute name="title"> <string>General</string> </attribute> - <layout class="QGridLayout" name="gridLayout" rowstretch="0"> + <layout class="QGridLayout" name="gridLayout" rowstretch="0,0,0"> <item row="0" column="0"> <widget class="QScrollArea" name="generalScrollArea"> <property name="styleSheet"> @@ -44,8 +44,8 @@ <rect> <x>0</x> <y>0</y> - <width>778</width> - <height>501</height> + <width>780</width> + <height>502</height> </rect> </property> <property name="autoFillBackground"> @@ -95,16 +95,6 @@ </property> </spacer> </item> - <item row="0" column="0"> - <widget class="QComboBox" name="languageBox"> - <property name="toolTip"> - <string>The language of the user interface.</string> - </property> - <property name="whatsThis"> - <string>The language of the user interface.</string> - </property> - </widget> - </item> <item row="0" column="1"> <widget class="LinkLabel" name="label_33"> <property name="toolTip"> @@ -118,6 +108,16 @@ </property> </widget> </item> + <item row="0" column="0"> + <widget class="QComboBox" name="languageBox"> + <property name="toolTip"> + <string>The language of the user interface.</string> + </property> + <property name="whatsThis"> + <string>The language of the user interface.</string> + </property> + </widget> + </item> </layout> </widget> </item> @@ -243,6 +243,19 @@ </widget> </item> <item> + <widget class="QCheckBox" name="showMenubarOnAlt"> + <property name="toolTip"> + <string>Show the menubar when the Alt key is pressed</string> + </property> + <property name="whatsThis"> + <string>Show the menubar when the Alt key is pressed</string> + </property> + <property name="text"> + <string>Show menubar when pressing Alt</string> + </property> + </widget> + </item> + <item> <widget class="QCheckBox" name="doubleClickPreviews"> <property name="toolTip"> <string>Whether double-clicking on a file opens the preview window or launches the program associated with it. This applies to the Data tab as well as the Conflicts and Filetree tabs in the mod info window.</string> @@ -1009,8 +1022,8 @@ If you disable this feature, MO will only display official DLCs this way. Please <rect> <x>0</x> <y>0</y> - <width>778</width> - <height>501</height> + <width>780</width> + <height>502</height> </rect> </property> <property name="autoFillBackground"> @@ -1689,8 +1702,8 @@ If you disable this feature, MO will only display official DLCs this way. Please <rect> <x>0</x> <y>0</y> - <width>778</width> - <height>482</height> + <width>780</width> + <height>483</height> </rect> </property> <property name="autoFillBackground"> |
