mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 14:25:37 +00:00
Qt: Put linear/integer upscaling on the same line in game properties
This commit is contained in:
parent
51c595759f
commit
1d9a086b8a
|
@ -214,6 +214,8 @@
|
||||||
<widget class="QComboBox" name="userCropMode"/>
|
<widget class="QComboBox" name="userCropMode"/>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="0" colspan="2">
|
<item row="2" column="0" colspan="2">
|
||||||
|
<layout class="QGridLayout" name="gridLayout_2">
|
||||||
|
<item row="0" column="0">
|
||||||
<widget class="QCheckBox" name="userLinearUpscaling">
|
<widget class="QCheckBox" name="userLinearUpscaling">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Linear Upscaling</string>
|
<string>Linear Upscaling</string>
|
||||||
|
@ -223,7 +225,7 @@
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="3" column="0" colspan="2">
|
<item row="0" column="1">
|
||||||
<widget class="QCheckBox" name="userIntegerUpscaling">
|
<widget class="QCheckBox" name="userIntegerUpscaling">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Integer Upscaling</string>
|
<string>Integer Upscaling</string>
|
||||||
|
@ -234,6 +236,8 @@
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
|
Loading…
Reference in a new issue