diff options
author | Sky <git@bunnies.cc> | 2013-10-13 16:01:12 +0100 |
---|---|---|
committer | Sky <git@bunnies.cc> | 2013-10-13 16:01:12 +0100 |
commit | 0ae8073d41de014beb8fd386cfb4713ad86c4766 (patch) | |
tree | 5ee1ed39ad622f72202233802401a77843789e54 /gui | |
parent | a21338866d92b310a4c07a8434dc1175d1e5cd9d (diff) | |
download | MultiMC-0ae8073d41de014beb8fd386cfb4713ad86c4766.tar MultiMC-0ae8073d41de014beb8fd386cfb4713ad86c4766.tar.gz MultiMC-0ae8073d41de014beb8fd386cfb4713ad86c4766.tar.lz MultiMC-0ae8073d41de014beb8fd386cfb4713ad86c4766.tar.xz MultiMC-0ae8073d41de014beb8fd386cfb4713ad86c4766.zip |
Fix instance settings tab order
Diffstat (limited to 'gui')
-rw-r--r-- | gui/instancesettings.ui | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gui/instancesettings.ui b/gui/instancesettings.ui index 49309f11..413c09b2 100644 --- a/gui/instancesettings.ui +++ b/gui/instancesettings.ui @@ -20,7 +20,7 @@ <enum>QTabWidget::Rounded</enum> </property> <property name="currentIndex"> - <number>0</number> + <number>1</number> </property> <widget class="QWidget" name="minecraftTab"> <attribute name="title"> @@ -395,6 +395,7 @@ </widget> <tabstops> <tabstop>settingsTabs</tabstop> + <tabstop>buttonBox</tabstop> <tabstop>windowSizeGroupBox</tabstop> <tabstop>maximizedCheckBox</tabstop> <tabstop>windowWidthSpinBox</tabstop> @@ -407,6 +408,7 @@ <tabstop>memoryGroupBox</tabstop> <tabstop>minMemSpinBox</tabstop> <tabstop>maxMemSpinBox</tabstop> + <tabstop>permGenSpinBox</tabstop> <tabstop>javaSettingsGroupBox</tabstop> <tabstop>javaPathTextBox</tabstop> <tabstop>pushButton</tabstop> @@ -414,7 +416,6 @@ <tabstop>customCommandsGroupBox</tabstop> <tabstop>preLaunchCmdTextBox</tabstop> <tabstop>postExitCmdTextBox</tabstop> - <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections/> |