mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-04 14:02:45 +01:00
configure_graphics.ui: Cleanup scaling options and fix duplicate name warning
This commit is contained in:
parent
99124b7261
commit
864f2e0b81
1 changed files with 5 additions and 5 deletions
|
@ -335,12 +335,12 @@
|
||||||
<widget class="QComboBox" name="resolution_combobox">
|
<widget class="QComboBox" name="resolution_combobox">
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>0.5X (360p/540p)[MAY BREAK]</string>
|
<string>0.5X (360p/540p) [EXPERIMENTAL]</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>0.75X (540p/810p)[MAY BREAK]</string>
|
<string>0.75X (540p/810p) [EXPERIMENTAL]</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
@ -350,12 +350,12 @@
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>2X (1440p/2160[4K]p)</string>
|
<string>2X (1440p/2160p)</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>3X (2160p[4K]/3240p)</string>
|
<string>3X (2160p/3240p)</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
@ -380,7 +380,7 @@
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QWidget" name="scaling_filter_layout" native="true">
|
<widget class="QWidget" name="scaling_filter_layout" native="true">
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
||||||
<property name="leftMargin">
|
<property name="leftMargin">
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
|
|
Loading…
Reference in a new issue