mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-12 10:41:15 +00:00
Adjust sizing of resolution spinboxes
This commit is contained in:
parent
06ba0540ba
commit
41a95aa62e
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user