summaryrefslogtreecommitdiffstats
path: root/gui/dialogs/SettingsDialog.ui
diff options
context:
space:
mode:
authorSky <git@bunnies.cc>2013-11-06 01:01:09 +0000
committerSky <git@bunnies.cc>2013-11-06 01:01:09 +0000
commit51dee3745f044e413797eb5ea3f8260d1ff6935b (patch)
tree7513f60733ea5ead561ed07508f0e6be548811b0 /gui/dialogs/SettingsDialog.ui
parent605423b8e486616677e88efafbcfaba1fb9f70e1 (diff)
downloadMultiMC-51dee3745f044e413797eb5ea3f8260d1ff6935b.tar
MultiMC-51dee3745f044e413797eb5ea3f8260d1ff6935b.tar.gz
MultiMC-51dee3745f044e413797eb5ea3f8260d1ff6935b.tar.lz
MultiMC-51dee3745f044e413797eb5ea3f8260d1ff6935b.tar.xz
MultiMC-51dee3745f044e413797eb5ea3f8260d1ff6935b.zip
Fix "Auto Login" instance specific setting, tweak UI
Diffstat (limited to 'gui/dialogs/SettingsDialog.ui')
-rw-r--r--gui/dialogs/SettingsDialog.ui18
1 files changed, 13 insertions, 5 deletions
diff --git a/gui/dialogs/SettingsDialog.ui b/gui/dialogs/SettingsDialog.ui
index 6da9420e..a036cd09 100644
--- a/gui/dialogs/SettingsDialog.ui
+++ b/gui/dialogs/SettingsDialog.ui
@@ -33,7 +33,7 @@
<enum>QTabWidget::Rounded</enum>
</property>
<property name="currentIndex">
- <number>0</number>
+ <number>1</number>
</property>
<widget class="QWidget" name="generalTab">
<attribute name="title">
@@ -262,10 +262,19 @@
</widget>
</item>
<item>
- <widget class="QCheckBox" name="autoLoginCheckBox">
- <property name="text">
- <string>Login automatically when an instance icon is double clicked?</string>
+ <widget class="QGroupBox" name="accountSettingsBox">
+ <property name="title">
+ <string>Account Settings</string>
</property>
+ <layout class="QVBoxLayout" name="verticalLayout">
+ <item>
+ <widget class="QCheckBox" name="autoLoginCheckBox">
+ <property name="text">
+ <string>Login automatically when an instance icon is double clicked?</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
</widget>
</item>
<item>
@@ -515,7 +524,6 @@
<tabstop>windowHeightSpinBox</tabstop>
<tabstop>showConsoleCheck</tabstop>
<tabstop>autoCloseConsoleCheck</tabstop>
- <tabstop>autoLoginCheckBox</tabstop>
<tabstop>minMemSpinBox</tabstop>
<tabstop>maxMemSpinBox</tabstop>
<tabstop>permGenSpinBox</tabstop>