mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +12:00
ui: fix spacing on gpu tab
just changed back what didn't seem important from kd's changes lol
This commit is contained in:
parent
dff5707e19
commit
4035dcf8e3
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>1</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="coreTab">
|
<widget class="QWidget" name="coreTab">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
|
@ -345,7 +345,7 @@
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QVBoxLayout" name="gpuTab_layout" stretch="0,1,0">
|
<layout class="QVBoxLayout" name="gpuTab_layout" stretch="0,1,0">
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="gpuTabLayout" stretch="1,0,1">
|
<layout class="QHBoxLayout" name="gpuTabLayout" stretch="1,1,1">
|
||||||
<item>
|
<item>
|
||||||
<layout class="QVBoxLayout" name="gpuTabLayoutLeft">
|
<layout class="QVBoxLayout" name="gpuTabLayoutLeft">
|
||||||
<item>
|
<item>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue