Added missing tab stops and/or fixed their order

Signed-off-by: Dominik Pakuła <domi@domi.click>
(cherry picked from commit 022d2fe7cd)
This commit is contained in:
Dominik Pakuła 2026-06-09 19:27:54 +02:00 committed by github-actions[bot]
parent 479d111482
commit 35e72bea3e
3 changed files with 50 additions and 1 deletions

View file

@ -654,6 +654,11 @@
</widget> </widget>
<tabstops> <tabstops>
<tabstop>scrollArea</tabstop> <tabstop>scrollArea</tabstop>
<tabstop>sortByNameBtn</tabstop>
<tabstop>sortLastLaunchedBtn</tabstop>
<tabstop>askToRenameDirBtn</tabstop>
<tabstop>alwaysRenameDirBtn</tabstop>
<tabstop>neverRenameDirBtn</tabstop>
<tabstop>preferMenuBarCheckBox</tabstop> <tabstop>preferMenuBarCheckBox</tabstop>
<tabstop>autoUpdateCheckBox</tabstop> <tabstop>autoUpdateCheckBox</tabstop>
<tabstop>updateIntervalSpinBox</tabstop> <tabstop>updateIntervalSpinBox</tabstop>
@ -673,7 +678,9 @@
<tabstop>downloadsDirMoveCheckBox</tabstop> <tabstop>downloadsDirMoveCheckBox</tabstop>
<tabstop>metadataEnableBtn</tabstop> <tabstop>metadataEnableBtn</tabstop>
<tabstop>dependenciesEnableBtn</tabstop> <tabstop>dependenciesEnableBtn</tabstop>
<tabstop>showModIncompatCheckBox</tabstop>
<tabstop>modpackUpdatePromptBtn</tabstop> <tabstop>modpackUpdatePromptBtn</tabstop>
<tabstop>downloadGameFilesBtn</tabstop>
<tabstop>lineLimitSpinBox</tabstop> <tabstop>lineLimitSpinBox</tabstop>
<tabstop>checkStopLogging</tabstop> <tabstop>checkStopLogging</tabstop>
<tabstop>numberOfConcurrentTasksSpinBox</tabstop> <tabstop>numberOfConcurrentTasksSpinBox</tabstop>

View file

@ -392,7 +392,10 @@
<tabstop>autodownloadJavaCheckBox</tabstop> <tabstop>autodownloadJavaCheckBox</tabstop>
<tabstop>javaTestBtn</tabstop> <tabstop>javaTestBtn</tabstop>
<tabstop>javaDownloadBtn</tabstop> <tabstop>javaDownloadBtn</tabstop>
<tabstop>minMemSpinBox</tabstop>
<tabstop>maxMemSpinBox</tabstop> <tabstop>maxMemSpinBox</tabstop>
<tabstop>permGenSpinBox</tabstop>
<tabstop>lowMemWarningCheckBox</tabstop>
<tabstop>jvmArgsTextBox</tabstop> <tabstop>jvmArgsTextBox</tabstop>
</tabstops> </tabstops>
<resources/> <resources/>

View file

@ -858,32 +858,71 @@ It is most likely you will need to change the path - please refer to the mod's w
<tabstop>openGlobalSettingsButton</tabstop> <tabstop>openGlobalSettingsButton</tabstop>
<tabstop>settingsTabs</tabstop> <tabstop>settingsTabs</tabstop>
<tabstop>scrollArea</tabstop> <tabstop>scrollArea</tabstop>
<!-- game window settings -->
<tabstop>windowSizeGroupBox</tabstop>
<tabstop>maximizedCheckBox</tabstop> <tabstop>maximizedCheckBox</tabstop>
<tabstop>windowHeightSpinBox</tabstop>
<tabstop>windowWidthSpinBox</tabstop> <tabstop>windowWidthSpinBox</tabstop>
<tabstop>windowHeightSpinBox</tabstop>
<tabstop>closeAfterLaunchCheck</tabstop> <tabstop>closeAfterLaunchCheck</tabstop>
<tabstop>quitAfterGameStopCheck</tabstop> <tabstop>quitAfterGameStopCheck</tabstop>
<!-- console settings -->
<tabstop>consoleSettingsBox</tabstop>
<tabstop>showConsoleCheck</tabstop> <tabstop>showConsoleCheck</tabstop>
<tabstop>showConsoleErrorCheck</tabstop> <tabstop>showConsoleErrorCheck</tabstop>
<tabstop>autoCloseConsoleCheck</tabstop> <tabstop>autoCloseConsoleCheck</tabstop>
<!-- global data packs -->
<tabstop>globalDataPacksGroupBox</tabstop>
<tabstop>dataPacksPathEdit</tabstop>
<tabstop>dataPacksPathBrowse</tabstop>
<!-- game time -->-->
<tabstop>gameTimeGroupBox</tabstop>
<tabstop>showGameTime</tabstop> <tabstop>showGameTime</tabstop>
<tabstop>recordGameTime</tabstop> <tabstop>recordGameTime</tabstop>
<tabstop>showGlobalGameTime</tabstop> <tabstop>showGlobalGameTime</tabstop>
<tabstop>showGameTimeWithoutDays</tabstop> <tabstop>showGameTimeWithoutDays</tabstop>
<!-- default account -->
<tabstop>instanceAccountGroupBox</tabstop> <tabstop>instanceAccountGroupBox</tabstop>
<tabstop>instanceAccountSelector</tabstop> <tabstop>instanceAccountSelector</tabstop>
<!-- auto join -->
<tabstop>serverJoinGroupBox</tabstop> <tabstop>serverJoinGroupBox</tabstop>
<tabstop>serverJoinAddressButton</tabstop> <tabstop>serverJoinAddressButton</tabstop>
<tabstop>serverJoinAddress</tabstop> <tabstop>serverJoinAddress</tabstop>
<tabstop>worldJoinButton</tabstop> <tabstop>worldJoinButton</tabstop>
<tabstop>worldsCb</tabstop> <tabstop>worldsCb</tabstop>
<!-- mod loaders-->
<tabstop>loaderGroup</tabstop>
<tabstop>neoForge</tabstop>
<tabstop>forge</tabstop>
<tabstop>fabric</tabstop>
<tabstop>quilt</tabstop>
<tabstop>liteLoader</tabstop>
<tabstop>babric</tabstop>
<tabstop>btaBabric</tabstop>
<tabstop>legacyFabric</tabstop>
<tabstop>ornithe</tabstop>
<tabstop>rift</tabstop>
<tabstop>javaScrollArea</tabstop> <tabstop>javaScrollArea</tabstop>
<tabstop>scrollArea_2</tabstop> <tabstop>scrollArea_2</tabstop>
<!-- legacy tweaks -->
<tabstop>legacySettingsGroupBox</tabstop>
<tabstop>onlineFixes</tabstop> <tabstop>onlineFixes</tabstop>
<!-- native library workarounds -->
<tabstop>nativeWorkaroundsGroupBox</tabstop>
<tabstop>useNativeGLFWCheck</tabstop> <tabstop>useNativeGLFWCheck</tabstop>
<tabstop>lineEditGLFWPath</tabstop> <tabstop>lineEditGLFWPath</tabstop>
<tabstop>useNativeOpenALCheck</tabstop> <tabstop>useNativeOpenALCheck</tabstop>
<tabstop>lineEditOpenALPath</tabstop> <tabstop>lineEditOpenALPath</tabstop>
<tabstop>enableFeralGamemodeCheck</tabstop> <tabstop>enableFeralGamemodeCheck</tabstop>
<tabstop>enableMangoHud</tabstop> <tabstop>enableMangoHud</tabstop>
<tabstop>useDiscreteGpuCheck</tabstop> <tabstop>useDiscreteGpuCheck</tabstop>