diff options
Diffstat (limited to 'src/settingsdialog.ui')
| -rw-r--r-- | src/settingsdialog.ui | 39 |
1 files changed, 26 insertions, 13 deletions
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index e65e28ff..9aa92e53 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -298,6 +298,19 @@ If you disable this feature, MO will only display official DLCs this way. Please </widget> </item> <item> + <widget class="QCheckBox" name="autoCollapseDelayBox"> + <property name="toolTip"> + <string>Automatically collapse separators, categories or nexus ids after a delay when hovering them during drag.</string> + </property> + <property name="whatsThis"> + <string>Automatically collapse separators, categories or nexus ids after a delay when hovering them during drag.</string> + </property> + <property name="text"> + <string>Automatically collapse items during drag on hover</string> + </property> + </widget> + </item> + <item> <spacer name="verticalSpacer_9"> <property name="orientation"> <enum>Qt::Vertical</enum> @@ -368,19 +381,6 @@ If you disable this feature, MO will only display official DLCs this way. Please </property> </widget> </item> - <item row="1" column="0" colspan="3"> - <widget class="QCheckBox" name="collapsibleSeparatorsPerProfileBox"> - <property name="toolTip"> - <string>Do not share the collapse/expanded state of separators between profiles.</string> - </property> - <property name="whatsThis"> - <string>Do not share the collapse/expanded state of separators between profiles.</string> - </property> - <property name="text"> - <string>Profile-specific collapse states for separators</string> - </property> - </widget> - </item> <item row="3" column="2"> <widget class="QCheckBox" name="collapsibleSeparatorsIconsFlagsBox"> <property name="text"> @@ -477,6 +477,19 @@ If you disable this feature, MO will only display official DLCs this way. Please </property> </widget> </item> + <item row="1" column="0" colspan="5"> + <widget class="QCheckBox" name="collapsibleSeparatorsPerProfileBox"> + <property name="toolTip"> + <string>Do not share the collapse/expanded state of separators between profiles.</string> + </property> + <property name="whatsThis"> + <string>Do not share the collapse/expanded state of separators between profiles.</string> + </property> + <property name="text"> + <string>Profile-specific collapse states for separators</string> + </property> + </widget> + </item> </layout> </item> </layout> |
