diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-08-31 14:58:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-31 14:58:54 +0100 |
commit | 25ce11d85d1aa9060e9df335a63f3de5e61c7f6b (patch) | |
tree | e273257fef10a5dac301f8db5f2fcfd70f57c72f /launcher/ui/pages/modplatform/flame/FlamePage.ui | |
parent | b83fdbd1b752acdf555fb90d397ff61ddb896f2c (diff) | |
parent | 8c607ae7348206c29a8a8ce5e2db421138bd89ff (diff) | |
download | PrismLauncher-25ce11d85d1aa9060e9df335a63f3de5e61c7f6b.tar.gz PrismLauncher-25ce11d85d1aa9060e9df335a63f3de5e61c7f6b.tar.bz2 PrismLauncher-25ce11d85d1aa9060e9df335a63f3de5e61c7f6b.zip |
Merge pull request #1539 from Trial97/refactor_modpack_ux
Improvements to modpack UX
Diffstat (limited to 'launcher/ui/pages/modplatform/flame/FlamePage.ui')
-rw-r--r-- | launcher/ui/pages/modplatform/flame/FlamePage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/ui/pages/modplatform/flame/FlamePage.ui b/launcher/ui/pages/modplatform/flame/FlamePage.ui index 71d19513..f9e1fe67 100644 --- a/launcher/ui/pages/modplatform/flame/FlamePage.ui +++ b/launcher/ui/pages/modplatform/flame/FlamePage.ui @@ -47,7 +47,7 @@ </item> </layout> </item> - <item row="2" column="0"> + <item row="3" column="0"> <layout class="QHBoxLayout"> <item> <widget class="QListView" name="packView"> @@ -77,7 +77,7 @@ </item> </layout> </item> - <item row="3" column="0"> + <item row="4" column="0"> <layout class="QHBoxLayout"> <item> <widget class="QComboBox" name="sortByBox"/> |