[Backport release-10.x] MinecraftSettingsWidget: Swap window width/height spinboxes (#4859)

This commit is contained in:
Alexandru Ionut Tripon 2026-01-25 10:30:07 +02:00 committed by GitHub
commit ca4a36531c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,7 +82,7 @@
<item row="1" column="0" colspan="6">
<widget class="QLabel" name="maximizedWarning">
<property name="toolTip">
<string>The base game only supports resolution. In order to simulate the maximized behaviour the current implementation approximates the maximum display size.</string>
<string>The base game only supports resolution. In order to simulate the maximized behavior the current implementation approximates the maximum display size.</string>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600; color:#f5c211;&quot;&gt;Warning&lt;/span&gt;&lt;span style=&quot; color:#f5c211;&quot;&gt;: The maximized option may not be fully supported on all Minecraft versions.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
@ -110,7 +110,7 @@
</property>
</widget>
</item>
<item row="2" column="3">
<item row="2" column="1">
<widget class="QSpinBox" name="windowWidthSpinBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
@ -151,7 +151,7 @@
</property>
</spacer>
</item>
<item row="2" column="1">
<item row="2" column="3">
<widget class="QSpinBox" name="windowHeightSpinBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">