Added missing tab stops and/or fixed their order (#5662)

This commit is contained in:
Alexandru Ionut Tripon 2026-06-17 09:57:06 +00:00 committed by GitHub
commit a8643739f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 50 additions and 1 deletions

View file

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

View file

@ -392,7 +392,10 @@
<tabstop>autodownloadJavaCheckBox</tabstop>
<tabstop>javaTestBtn</tabstop>
<tabstop>javaDownloadBtn</tabstop>
<tabstop>minMemSpinBox</tabstop>
<tabstop>maxMemSpinBox</tabstop>
<tabstop>permGenSpinBox</tabstop>
<tabstop>lowMemWarningCheckBox</tabstop>
<tabstop>jvmArgsTextBox</tabstop>
</tabstops>
<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>settingsTabs</tabstop>
<tabstop>scrollArea</tabstop>
<!-- game window settings -->
<tabstop>windowSizeGroupBox</tabstop>
<tabstop>maximizedCheckBox</tabstop>
<tabstop>windowHeightSpinBox</tabstop>
<tabstop>windowWidthSpinBox</tabstop>
<tabstop>windowHeightSpinBox</tabstop>
<tabstop>closeAfterLaunchCheck</tabstop>
<tabstop>quitAfterGameStopCheck</tabstop>
<!-- console settings -->
<tabstop>consoleSettingsBox</tabstop>
<tabstop>showConsoleCheck</tabstop>
<tabstop>showConsoleErrorCheck</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>recordGameTime</tabstop>
<tabstop>showGlobalGameTime</tabstop>
<tabstop>showGameTimeWithoutDays</tabstop>
<!-- default account -->
<tabstop>instanceAccountGroupBox</tabstop>
<tabstop>instanceAccountSelector</tabstop>
<!-- auto join -->
<tabstop>serverJoinGroupBox</tabstop>
<tabstop>serverJoinAddressButton</tabstop>
<tabstop>serverJoinAddress</tabstop>
<tabstop>worldJoinButton</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>scrollArea_2</tabstop>
<!-- legacy tweaks -->
<tabstop>legacySettingsGroupBox</tabstop>
<tabstop>onlineFixes</tabstop>
<!-- native library workarounds -->
<tabstop>nativeWorkaroundsGroupBox</tabstop>
<tabstop>useNativeGLFWCheck</tabstop>
<tabstop>lineEditGLFWPath</tabstop>
<tabstop>useNativeOpenALCheck</tabstop>
<tabstop>lineEditOpenALPath</tabstop>
<tabstop>enableFeralGamemodeCheck</tabstop>
<tabstop>enableMangoHud</tabstop>
<tabstop>useDiscreteGpuCheck</tabstop>