Qt: Fix game summary field size on macOS

This commit is contained in:
TellowKrinkle 2022-05-24 15:14:06 -05:00 committed by refractionpcsx2
parent d862f8cd53
commit b2ef973f16
1 changed files with 3 additions and 0 deletions

View File

@ -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>