diff options
| author | Tannin <sherb@gmx.net> | 2016-05-27 14:04:00 +0200 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2016-05-27 14:04:00 +0200 |
| commit | bfbb19099839019c785dc81c83b07dadbd394168 (patch) | |
| tree | e84d45b9e7d58c2f3ab649b919ac93fb5207131e /src/settingsdialog.ui | |
| parent | c3b7737ae46ad4770532e3380c9ceb6ed4d14cf7 (diff) | |
moved button to switch instance (and to portable mode) to the main window
Diffstat (limited to 'src/settingsdialog.ui')
| -rw-r--r-- | src/settingsdialog.ui | 52 |
1 files changed, 13 insertions, 39 deletions
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index 9ebed3b8..1f751da8 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -125,19 +125,6 @@ If you use pre-releases, never contact me directly by e-mail or via private mess </widget>
</item>
<item>
- <spacer name="verticalSpacer_7">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>40</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>User interface</string>
@@ -183,6 +170,19 @@ If you use pre-releases, never contact me directly by e-mail or via private mess </widget>
</item>
<item>
+ <spacer name="verticalSpacer">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>20</width>
+ <height>40</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
<widget class="QPushButton" name="categoriesBtn">
<property name="toolTip">
<string>Modify the categories available to arrange your mods.</string>
@@ -198,32 +198,6 @@ If you use pre-releases, never contact me directly by e-mail or via private mess </layout>
</widget>
</item>
- <item>
- <spacer name="verticalSpacer">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>40</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QPushButton" name="changeInstanceButton">
- <property name="toolTip">
- <string>Restart MO and choose a different set of data paths.</string>
- </property>
- <property name="whatsThis">
- <string>This will restart MO and give you opportunity to switch to a different set of data paths.</string>
- </property>
- <property name="text">
- <string>Change Instance</string>
- </property>
- </widget>
- </item>
</layout>
</widget>
<widget class="QWidget" name="pathsTab">
|
