Adjust sizing of resolution spinboxes

This commit is contained in:
VoxelTek 2025-07-15 11:05:16 +10:00
parent 06ba0540ba
commit 41a95aa62e

View File

@ -634,6 +634,12 @@ The game will gradually increase the number of actors until this maximum is reac
<layout class="QHBoxLayout" name="resolution">
<item>
<widget class="QSpinBox" name="xResSpinBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignCenter</set>
</property>
@ -672,6 +678,12 @@ The game will gradually increase the number of actors until this maximum is reac
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignCenter</set>
</property>