From 1d29f63bec66f0dca653e4f1b75924172a6e25e5 Mon Sep 17 00:00:00 2001
From: Kenneth Chew <79120643+kthchew@users.noreply.github.com>
Date: Thu, 12 Dec 2024 14:53:39 -0500
Subject: [PATCH] Fix tab order in launcher settings
Signed-off-by: Kenneth Chew <79120643+kthchew@users.noreply.github.com>
(cherry picked from commit c3712ba6483f6386e2930ec0ed059d8c94f671b6)
---
launcher/ui/pages/global/LauncherPage.ui | 32 ++++++++++++++++++------
1 file changed, 25 insertions(+), 7 deletions(-)
diff --git a/launcher/ui/pages/global/LauncherPage.ui b/launcher/ui/pages/global/LauncherPage.ui
index 09e7bca5b..a46a6fd5d 100644
--- a/launcher/ui/pages/global/LauncherPage.ui
+++ b/launcher/ui/pages/global/LauncherPage.ui
@@ -35,7 +35,7 @@
- QTabWidget::Rounded
+ QTabWidget::TabShape::Rounded
0
@@ -48,7 +48,7 @@
-
- Qt::ScrollBarAlwaysOff
+ Qt::ScrollBarPolicy::ScrollBarAlwaysOff
true
@@ -365,7 +365,7 @@
-
- Qt::Vertical
+ Qt::Orientation::Vertical
@@ -465,7 +465,7 @@
-
- Qt::Horizontal
+ Qt::Orientation::Horizontal
@@ -506,7 +506,7 @@
-
- Qt::Vertical
+ Qt::Orientation::Vertical
@@ -615,13 +615,13 @@
- Qt::ScrollBarAlwaysOff
+ Qt::ScrollBarPolicy::ScrollBarAlwaysOff
false
- Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse
+ Qt::TextInteractionFlag::TextSelectableByKeyboard|Qt::TextInteractionFlag::TextSelectableByMouse
@@ -667,15 +667,33 @@
tabWidget
+ scrollArea
autoUpdateCheckBox
+ updateIntervalSpinBox
instDirTextBox
instDirBrowseBtn
modsDirTextBox
modsDirBrowseBtn
iconsDirTextBox
iconsDirBrowseBtn
+ javaDirTextBox
+ javaDirBrowseBtn
+ skinsDirTextBox
+ skinsDirBrowseBtn
+ downloadsDirTextBox
+ downloadsDirBrowseBtn
+ downloadsDirWatchRecursiveCheckBox
+ metadataDisableBtn
+ dependenciesDisableBtn
+ skipModpackUpdatePromptBtn
+ numberOfConcurrentTasksSpinBox
+ numberOfConcurrentDownloadsSpinBox
+ numberOfManualRetriesSpinBox
+ timeoutSecondsSpinBox
sortLastLaunchedBtn
sortByNameBtn
+ catOpacitySpinBox
+ preferMenuBarCheckBox
showConsoleCheck
autoCloseConsoleCheck
showConsoleErrorCheck