diff options
author | flow <flowlnlnln@gmail.com> | 2022-07-08 16:19:14 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-08 16:19:14 -0300 |
commit | 35a698ef725bf250a5348bea8c47ff3470be7515 (patch) | |
tree | 402b494fe785b98da0d6afb6ad664aa09c3495bf /launcher/ui/pages | |
parent | 998271414e5c53539dc8d2027c338b181442c453 (diff) | |
parent | 9e19b73ce6c27cef72462eee717449337bdf2f92 (diff) | |
download | PrismLauncher-35a698ef725bf250a5348bea8c47ff3470be7515.tar.gz PrismLauncher-35a698ef725bf250a5348bea8c47ff3470be7515.tar.bz2 PrismLauncher-35a698ef725bf250a5348bea8c47ff3470be7515.zip |
Merge pull request #884 from jopejoe1/ftbuifixed
Updated FTB Classic layout
Diffstat (limited to 'launcher/ui/pages')
-rw-r--r-- | launcher/ui/pages/modplatform/legacy_ftb/Page.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/launcher/ui/pages/modplatform/legacy_ftb/Page.ui b/launcher/ui/pages/modplatform/legacy_ftb/Page.ui index 15e5d432..f4231d8d 100644 --- a/launcher/ui/pages/modplatform/legacy_ftb/Page.ui +++ b/launcher/ui/pages/modplatform/legacy_ftb/Page.ui @@ -25,7 +25,7 @@ <widget class="QTreeView" name="publicPackList"> <property name="maximumSize"> <size> - <width>250</width> + <width>16777215</width> <height>16777215</height> </size> </property> @@ -51,7 +51,7 @@ <widget class="QTreeView" name="thirdPartyPackList"> <property name="maximumSize"> <size> - <width>250</width> + <width>16777215</width> <height>16777215</height> </size> </property> @@ -71,7 +71,7 @@ <widget class="QTreeView" name="privatePackList"> <property name="maximumSize"> <size> - <width>250</width> + <width>16777215</width> <height>16777215</height> </size> </property> |