Adjust 'Paths' tab to work better with native widgets

This commit is contained in:
tomboylover93 2024-12-22 17:20:08 -03:00
parent 4693331437
commit d9b6cb8be2

View File

@ -1208,8 +1208,8 @@
<widget class="QListWidget" name="gameFoldersListWidget"> <widget class="QListWidget" name="gameFoldersListWidget">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>16</x>
<y>20</y> <y>32</y>
<width>401</width> <width>401</width>
<height>331</height> <height>331</height>
</rect> </rect>
@ -1218,12 +1218,18 @@
<widget class="QPushButton" name="addFolderButton"> <widget class="QPushButton" name="addFolderButton">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>100</x> <x>108</x>
<y>360</y> <y>380</y>
<width>91</width> <width>80</width>
<height>24</height> <height>42</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text"> <property name="text">
<string>Add...</string> <string>Add...</string>
</property> </property>
@ -1231,34 +1237,24 @@
<widget class="QPushButton" name="removeFolderButton"> <widget class="QPushButton" name="removeFolderButton">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>199</x> <x>208</x>
<y>360</y> <y>380</y>
<width>91</width> <width>80</width>
<height>24</height> <height>42</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text"> <property name="text">
<string>Remove</string> <string>Remove</string>
</property> </property>
</widget> </widget>
</widget> </widget>
</item> </item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Policy::Preferred</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout> </layout>
</item> </item>
</layout> </layout>