mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 08:52:36 +00:00
Change layout of 'Paths' tab to 'Form Layout'
This commit is contained in:
parent
d9b6cb8be2
commit
50b4b0a9e8
@ -1205,25 +1205,12 @@
|
|||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Game Folders</string>
|
<string>Game Folders</string>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QListWidget" name="gameFoldersListWidget">
|
<layout class="QFormLayout" name="formLayout">
|
||||||
<property name="geometry">
|
<item row="0" column="0" colspan="2">
|
||||||
<rect>
|
<widget class="QListWidget" name="gameFoldersListWidget"/>
|
||||||
<x>16</x>
|
</item>
|
||||||
<y>32</y>
|
<item row="1" column="0">
|
||||||
<width>401</width>
|
|
||||||
<height>331</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
<widget class="QPushButton" name="addFolderButton">
|
<widget class="QPushButton" name="addFolderButton">
|
||||||
<property name="geometry">
|
|
||||||
<rect>
|
|
||||||
<x>108</x>
|
|
||||||
<y>380</y>
|
|
||||||
<width>80</width>
|
|
||||||
<height>42</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||||
<horstretch>0</horstretch>
|
<horstretch>0</horstretch>
|
||||||
@ -1234,15 +1221,9 @@
|
|||||||
<string>Add...</string>
|
<string>Add...</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="1" column="1">
|
||||||
<widget class="QPushButton" name="removeFolderButton">
|
<widget class="QPushButton" name="removeFolderButton">
|
||||||
<property name="geometry">
|
|
||||||
<rect>
|
|
||||||
<x>208</x>
|
|
||||||
<y>380</y>
|
|
||||||
<width>80</width>
|
|
||||||
<height>42</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||||
<horstretch>0</horstretch>
|
<horstretch>0</horstretch>
|
||||||
@ -1253,6 +1234,8 @@
|
|||||||
<string>Remove</string>
|
<string>Remove</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
Loading…
Reference in New Issue
Block a user