diff options
author | Sky <git@bunnies.cc> | 2013-11-06 01:01:09 +0000 |
---|---|---|
committer | Sky <git@bunnies.cc> | 2013-11-06 01:01:09 +0000 |
commit | 51dee3745f044e413797eb5ea3f8260d1ff6935b (patch) | |
tree | 7513f60733ea5ead561ed07508f0e6be548811b0 /gui/dialogs/InstanceSettings.ui | |
parent | 605423b8e486616677e88efafbcfaba1fb9f70e1 (diff) | |
download | MultiMC-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/InstanceSettings.ui')
-rw-r--r-- | gui/dialogs/InstanceSettings.ui | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/gui/dialogs/InstanceSettings.ui b/gui/dialogs/InstanceSettings.ui index b536e9ff..27004ed8 100644 --- a/gui/dialogs/InstanceSettings.ui +++ b/gui/dialogs/InstanceSettings.ui @@ -132,7 +132,7 @@ </widget> </item> <item> - <widget class="QGroupBox" name="accountSettingsGroupBox"> + <widget class="QGroupBox" name="accountSettingsBox"> <property name="enabled"> <bool>true</bool> </property> @@ -147,16 +147,10 @@ </property> <layout class="QVBoxLayout" name="verticalLayout_6"> <item> - <widget class="QCheckBox" name="autoLoginChecBox"> - <property name="enabled"> - <bool>false</bool> - </property> + <widget class="QCheckBox" name="autoLoginCheckBox"> <property name="text"> <string>Login automatically when an instance icon is double clicked?</string> </property> - <property name="checked"> - <bool>false</bool> - </property> </widget> </item> </layout> @@ -403,8 +397,7 @@ <tabstop>consoleSettingsBox</tabstop> <tabstop>showConsoleCheck</tabstop> <tabstop>autoCloseConsoleCheck</tabstop> - <tabstop>accountSettingsGroupBox</tabstop> - <tabstop>autoLoginChecBox</tabstop> + <tabstop>accountSettingsBox</tabstop> <tabstop>memoryGroupBox</tabstop> <tabstop>minMemSpinBox</tabstop> <tabstop>maxMemSpinBox</tabstop> |