mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
Settings: Move 'SPU Block Size' to the middle column
This commit is contained in:
parent
2dfbab457a
commit
eea2f19d82
|
|
@ -163,6 +163,24 @@
|
|||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="gb_spuBlockSize">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>SPU Block Size</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="gb_spuBlockSize_layout">
|
||||
<item>
|
||||
<widget class="QComboBox" name="spuBlockSize"/>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="checkboxes">
|
||||
<property name="title">
|
||||
|
|
@ -266,24 +284,6 @@
|
|||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="gb_spuBlockSize">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>SPU Block Size</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="gb_spuBlockSize_layout">
|
||||
<item>
|
||||
<widget class="QComboBox" name="spuBlockSize"/>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="gb_spu_threads">
|
||||
<property name="sizePolicy">
|
||||
|
|
|
|||
Loading…
Reference in a new issue