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"/>
|
||||
</item>
|
||||
<item row="2" column="0" colspan="2">
|
||||
<layout class="QGridLayout" name="gridLayout_2">
|
||||
<item row="0" column="0">
|
||||
<widget class="QCheckBox" name="userLinearUpscaling">
|
||||
<property name="text">
|
||||
<string>Linear Upscaling</string>
|
||||
|
@ -223,7 +225,7 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="0" colspan="2">
|
||||
<item row="0" column="1">
|
||||
<widget class="QCheckBox" name="userIntegerUpscaling">
|
||||
<property name="text">
|
||||
<string>Integer Upscaling</string>
|
||||
|
@ -234,6 +236,8 @@
|
|||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
|
Loading…
Reference in a new issue