diff options
author | Jamie Mansfield <jmansfield@cadixdev.org> | 2021-06-21 15:26:10 +0100 |
---|---|---|
committer | Jamie Mansfield <jmansfield@cadixdev.org> | 2021-06-21 15:26:10 +0100 |
commit | a87c64d7d1fb505bb18f52a65a0d85c2476b07d7 (patch) | |
tree | 38eb5d5f95ff4215b53cf3495d8e58df33b721ef /application/pages/modplatform | |
parent | 8179a89103833805d5374399d80a4305be1b8355 (diff) | |
download | PrismLauncher-a87c64d7d1fb505bb18f52a65a0d85c2476b07d7.tar.gz PrismLauncher-a87c64d7d1fb505bb18f52a65a0d85c2476b07d7.tar.bz2 PrismLauncher-a87c64d7d1fb505bb18f52a65a0d85c2476b07d7.zip |
NOISSUE Fix ATLauncher version selection combo box width
Resolves a bug that was introduced with [1], furthermore and in
specific relation to the intent of said commit, this brings the
version selection combo box inline with other mod platforms.
[1] f7c144c3932a18e1cd96e1ad7505e53ea706a47d
Diffstat (limited to 'application/pages/modplatform')
-rw-r--r-- | application/pages/modplatform/atlauncher/AtlPage.ui | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/application/pages/modplatform/atlauncher/AtlPage.ui b/application/pages/modplatform/atlauncher/AtlPage.ui index 0860a873..f16c24b8 100644 --- a/application/pages/modplatform/atlauncher/AtlPage.ui +++ b/application/pages/modplatform/atlauncher/AtlPage.ui @@ -51,14 +51,7 @@ <item row="2" column="0" colspan="2"> <layout class="QGridLayout" name="gridLayout_4" columnstretch="0,0,0" rowminimumheight="0" columnminimumwidth="0,0,0"> <item row="0" column="2"> - <widget class="QComboBox" name="versionSelectionBox"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> + <widget class="QComboBox" name="versionSelectionBox"/> </item> <item row="0" column="1"> <widget class="QLabel" name="label"> |