Qt: Fix gap in advanced graphics settings on Linux

This commit is contained in:
Stenzek 2024-09-23 19:18:29 +10:00
parent bb3d27f153
commit dae38cb309
No known key found for this signature in database
1 changed files with 10 additions and 10 deletions

View File

@ -334,34 +334,34 @@
</item>
<item row="2" column="0" colspan="2">
<layout class="QGridLayout" name="advancedDisplayOptionsLayout">
<item row="0" column="0">
<item row="1" column="0">
<widget class="QCheckBox" name="disableMailboxPresentation">
<property name="text">
<string>Disable Mailbox Presentation</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="stretchDisplayVertically">
<property name="text">
<string>Stretch Vertically</string>
</property>
</widget>
</item>
<item row="0" column="1">
<item row="1" column="1">
<widget class="QCheckBox" name="blitSwapChain">
<property name="text">
<string>Use Blit Swap Chain</string>
</property>
</widget>
</item>
<item row="1" column="1">
<item row="0" column="0">
<widget class="QCheckBox" name="automaticallyResizeWindow">
<property name="text">
<string>Automatically Resize Window</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="stretchDisplayVertically">
<property name="text">
<string>Stretch Vertically</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="1">