diff options
author | Sky <git@bunnies.cc> | 2013-10-13 15:59:15 +0100 |
---|---|---|
committer | Sky <git@bunnies.cc> | 2013-10-13 15:59:15 +0100 |
commit | a21338866d92b310a4c07a8434dc1175d1e5cd9d (patch) | |
tree | af0fc77405f33f4b820a834f4416d9e38105786f /gui | |
parent | 52031a681429d475ed323c1756cc2ec546ced5f1 (diff) | |
download | MultiMC-a21338866d92b310a4c07a8434dc1175d1e5cd9d.tar MultiMC-a21338866d92b310a4c07a8434dc1175d1e5cd9d.tar.gz MultiMC-a21338866d92b310a4c07a8434dc1175d1e5cd9d.tar.lz MultiMC-a21338866d92b310a4c07a8434dc1175d1e5cd9d.tar.xz MultiMC-a21338866d92b310a4c07a8434dc1175d1e5cd9d.zip |
Fix tab ordering in settings dialog
Diffstat (limited to 'gui')
-rw-r--r-- | gui/settingsdialog.ui | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/gui/settingsdialog.ui b/gui/settingsdialog.ui index 8fa5e96e..0b7985f1 100644 --- a/gui/settingsdialog.ui +++ b/gui/settingsdialog.ui @@ -497,6 +497,35 @@ </item> </layout> </widget> + <tabstops> + <tabstop>settingsTabs</tabstop> + <tabstop>buttonBox</tabstop> + <tabstop>sortLastLaunchedBtn</tabstop> + <tabstop>sortByNameBtn</tabstop> + <tabstop>devBuildsCheckBox</tabstop> + <tabstop>autoUpdateCheckBox</tabstop> + <tabstop>instDirTextBox</tabstop> + <tabstop>modsDirTextBox</tabstop> + <tabstop>lwjglDirTextBox</tabstop> + <tabstop>instDirBrowseBtn</tabstop> + <tabstop>modsDirBrowseBtn</tabstop> + <tabstop>lwjglDirBrowseBtn</tabstop> + <tabstop>maximizedCheckBox</tabstop> + <tabstop>windowWidthSpinBox</tabstop> + <tabstop>windowHeightSpinBox</tabstop> + <tabstop>showConsoleCheck</tabstop> + <tabstop>autoCloseConsoleCheck</tabstop> + <tabstop>autoLoginCheckBox</tabstop> + <tabstop>minMemSpinBox</tabstop> + <tabstop>maxMemSpinBox</tabstop> + <tabstop>permGenSpinBox</tabstop> + <tabstop>javaPathTextBox</tabstop> + <tabstop>pushButton</tabstop> + <tabstop>btnBrowse</tabstop> + <tabstop>jvmArgsTextBox</tabstop> + <tabstop>preLaunchCmdTextBox</tabstop> + <tabstop>postExitCmdTextBox</tabstop> + </tabstops> <resources> <include location="../multimc.qrc"/> </resources> |