Qt: Increase setup wizard dialog height

Needs it on Linux otherwise graphics combos are shrunk.
This commit is contained in:
Stenzek 2025-03-12 01:46:10 +10:00
parent 9a9ed52b70
commit f6296ceb09
No known key found for this signature in database

View File

@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>760</width> <width>760</width>
<height>452</height> <height>480</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -881,7 +881,7 @@
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0">
<size> <size>
<width>20</width> <width>20</width>
<height>1</height> <height>0</height>
</size> </size>
</property> </property>
</spacer> </spacer>