mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00: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>
|
||||
<widget class="QWidget" name="widget_gpu_top" native="true">
|
||||
<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>
|
||||
<widget class="QGroupBox" name="gb_aspectRatio">
|
||||
<property name="title">
|
||||
|
|
Loading…
Add table
Reference in a new issue