mirror of https://github.com/PCSX2/pcsx2.git
Qt: Fix game summary field size on macOS
This commit is contained in:
parent
d862f8cd53
commit
b2ef973f16
|
@ -11,6 +11,9 @@
|
|||
</rect>
|
||||
</property>
|
||||
<layout class="QFormLayout" name="formLayout">
|
||||
<property name="fieldGrowthPolicy">
|
||||
<enum>QFormLayout::ExpandingFieldsGrow</enum>
|
||||
</property>
|
||||
<property name="leftMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
|
|
Loading…
Reference in New Issue