diff options
Diffstat (limited to 'src/yuzu/configuration/configure_graphics.ui')
-rw-r--r-- | src/yuzu/configuration/configure_graphics.ui | 70 |
1 files changed, 33 insertions, 37 deletions
diff --git a/src/yuzu/configuration/configure_graphics.ui b/src/yuzu/configuration/configure_graphics.ui index c816d6108..62418fc14 100644 --- a/src/yuzu/configuration/configure_graphics.ui +++ b/src/yuzu/configuration/configure_graphics.ui @@ -85,39 +85,34 @@ </widget> </item> <item> - <layout class="QHBoxLayout" name="horizontalLayout_2"> + <layout class="QHBoxLayout" name="horizontalLayout_6"> <item> - <widget class="QLabel" name="label"> + <widget class="QLabel" name="ar_label"> <property name="text"> - <string>Internal Resolution:</string> + <string>Aspect Ratio:</string> </property> </widget> </item> <item> - <widget class="QComboBox" name="resolution_factor_combobox"> - <item> - <property name="text"> - <string>Auto (Window Size)</string> - </property> - </item> + <widget class="QComboBox" name="aspect_ratio_combobox"> <item> <property name="text"> - <string>Native (1280x720)</string> + <string>Default (16:9)</string> </property> </item> <item> <property name="text"> - <string>2x Native (2560x1440)</string> + <string>Force 4:3</string> </property> </item> <item> <property name="text"> - <string>3x Native (3840x2160)</string> + <string>Force 21:9</string> </property> </item> <item> <property name="text"> - <string>4x Native (5120x2880)</string> + <string>Stretch to Window</string> </property> </item> </widget> @@ -125,42 +120,30 @@ </layout> </item> <item> - <layout class="QHBoxLayout" name="horizontalLayout_6"> + <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> - <widget class="QLabel" name="ar_label"> - <property name="text"> - <string>Aspect Ratio:</string> + <widget class="QComboBox" name="bg_combobox"> + <property name="currentText"> + <string>Use global background color</string> + </property> + <property name="currentIndex"> + <number>0</number> + </property> + <property name="maxVisibleItems"> + <number>10</number> </property> - </widget> - </item> - <item> - <widget class="QComboBox" name="aspect_ratio_combobox"> - <item> - <property name="text"> - <string>Default (16:9)</string> - </property> - </item> - <item> - <property name="text"> - <string>Force 4:3</string> - </property> - </item> <item> <property name="text"> - <string>Force 21:9</string> + <string>Use global background color</string> </property> </item> <item> <property name="text"> - <string>Stretch to Window</string> + <string>Set background color:</string> </property> </item> </widget> </item> - </layout> - </item> - <item> - <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QLabel" name="bg_label"> <property name="text"> @@ -169,6 +152,19 @@ </widget> </item> <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> <widget class="QPushButton" name="bg_button"> <property name="maximumSize"> <size> |