mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
Fix framelimit/aspect ratio width
This commit is contained in:
parent
9dca2887d8
commit
a2b6546d37
1 changed files with 12 additions and 0 deletions
|
@ -354,6 +354,18 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QWidget" name="widget_gpu_top" native="true">
|
<widget class="QWidget" name="widget_gpu_top" native="true">
|
||||||
<layout class="QHBoxLayout" name="widget_gpu_top_layout" stretch="1,1">
|
<layout class="QHBoxLayout" name="widget_gpu_top_layout" stretch="1,1">
|
||||||
|
<property name="leftMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="topMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="rightMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="bottomMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="gb_aspectRatio">
|
<widget class="QGroupBox" name="gb_aspectRatio">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue