Update FTB Lagacy layout tobe more consistent with others

This commit is contained in:
jopejoe1 2022-02-21 03:53:27 +13:00 committed by GitHub
parent da36a5f8de
commit 68fbbf0156
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@
<widget class="QTreeView" name="publicPackList"> <widget class="QTreeView" name="publicPackList">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>250</width> <width>16777215</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
@ -51,7 +51,7 @@
<widget class="QTreeView" name="thirdPartyPackList"> <widget class="QTreeView" name="thirdPartyPackList">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>250</width> <width>16777215</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
@ -71,7 +71,7 @@
<widget class="QTreeView" name="privatePackList"> <widget class="QTreeView" name="privatePackList">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>250</width> <width>16777215</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
@ -103,16 +103,6 @@
</item> </item>
<item> <item>
<layout class="QGridLayout" name="gridLayout_4"> <layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="1">
<widget class="QLabel" name="label">
<property name="text">
<string>Version selected:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="0" column="2"> <item row="0" column="2">
<widget class="QComboBox" name="versionSelectionBox"/> <widget class="QComboBox" name="versionSelectionBox"/>
</item> </item>
@ -126,6 +116,16 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1">
<widget class="QLabel" name="label">
<property name="text">
<string>Version selected:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
</layout> </layout>
</item> </item>
</layout> </layout>