diff options
Diffstat (limited to 'src/citra_qt/configuration')
| -rw-r--r-- | src/citra_qt/configuration/configure_graphics.ui | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/citra_qt/configuration/configure_graphics.ui b/src/citra_qt/configuration/configure_graphics.ui index 228f2a869..b340149d5 100644 --- a/src/citra_qt/configuration/configure_graphics.ui +++ b/src/citra_qt/configuration/configure_graphics.ui | |||
| @@ -146,17 +146,22 @@ | |||
| 146 | <widget class="QComboBox" name="layout_combobox"> | 146 | <widget class="QComboBox" name="layout_combobox"> |
| 147 | <item> | 147 | <item> |
| 148 | <property name="text"> | 148 | <property name="text"> |
| 149 | <string notr="true">Default</string> | 149 | <string>Default</string> |
| 150 | </property> | 150 | </property> |
| 151 | </item> | 151 | </item> |
| 152 | <item> | 152 | <item> |
| 153 | <property name="text"> | 153 | <property name="text"> |
| 154 | <string notr="true">Single Screen</string> | 154 | <string>Single Screen</string> |
| 155 | </property> | 155 | </property> |
| 156 | </item> | 156 | </item> |
| 157 | <item> | 157 | <item> |
| 158 | <property name="text"> | 158 | <property name="text"> |
| 159 | <string notr="true">Large Screen</string> | 159 | <string>Large Screen</string> |
| 160 | </property> | ||
| 161 | </item> | ||
| 162 | <item> | ||
| 163 | <property name="text"> | ||
| 164 | <string>Side by Side</string> | ||
| 160 | </property> | 165 | </property> |
| 161 | </item> | 166 | </item> |
| 162 | </widget> | 167 | </widget> |