diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/configuration/configure_per_game.ui | 47 |
1 files changed, 33 insertions, 14 deletions
diff --git a/src/yuzu/configuration/configure_per_game.ui b/src/yuzu/configuration/configure_per_game.ui index 85c86e107..99ba2fd18 100644 --- a/src/yuzu/configuration/configure_per_game.ui +++ b/src/yuzu/configuration/configure_per_game.ui | |||
| @@ -2,6 +2,14 @@ | |||
| 2 | <ui version="4.0"> | 2 | <ui version="4.0"> |
| 3 | <class>ConfigurePerGame</class> | 3 | <class>ConfigurePerGame</class> |
| 4 | <widget class="QDialog" name="ConfigurePerGame"> | 4 | <widget class="QDialog" name="ConfigurePerGame"> |
| 5 | <property name="geometry"> | ||
| 6 | <rect> | ||
| 7 | <x>0</x> | ||
| 8 | <y>0</y> | ||
| 9 | <width>900</width> | ||
| 10 | <height>607</height> | ||
| 11 | </rect> | ||
| 12 | </property> | ||
| 5 | <property name="minimumSize"> | 13 | <property name="minimumSize"> |
| 6 | <size> | 14 | <size> |
| 7 | <width>900</width> | 15 | <width>900</width> |
| @@ -225,20 +233,31 @@ | |||
| 225 | </layout> | 233 | </layout> |
| 226 | </item> | 234 | </item> |
| 227 | <item> | 235 | <item> |
| 228 | <widget class="QDialogButtonBox" name="buttonBox"> | 236 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
| 229 | <property name="sizePolicy"> | 237 | <item> |
| 230 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> | 238 | <widget class="QLabel" name="label_8"> |
| 231 | <horstretch>0</horstretch> | 239 | <property name="text"> |
| 232 | <verstretch>0</verstretch> | 240 | <string>Some settings are only available when a game is not running.</string> |
| 233 | </sizepolicy> | 241 | </property> |
| 234 | </property> | 242 | </widget> |
| 235 | <property name="orientation"> | 243 | </item> |
| 236 | <enum>Qt::Horizontal</enum> | 244 | <item> |
| 237 | </property> | 245 | <widget class="QDialogButtonBox" name="buttonBox"> |
| 238 | <property name="standardButtons"> | 246 | <property name="sizePolicy"> |
| 239 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> | 247 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
| 240 | </property> | 248 | <horstretch>0</horstretch> |
| 241 | </widget> | 249 | <verstretch>0</verstretch> |
| 250 | </sizepolicy> | ||
| 251 | </property> | ||
| 252 | <property name="orientation"> | ||
| 253 | <enum>Qt::Horizontal</enum> | ||
| 254 | </property> | ||
| 255 | <property name="standardButtons"> | ||
| 256 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> | ||
| 257 | </property> | ||
| 258 | </widget> | ||
| 259 | </item> | ||
| 260 | </layout> | ||
| 242 | </item> | 261 | </item> |
| 243 | </layout> | 262 | </layout> |
| 244 | </widget> | 263 | </widget> |