diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-05-18 22:33:16 -0700 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-07-21 10:56:07 -0400 |
commit | 3d932416e313d829fe384e62193ccedc17c6463f (patch) | |
tree | 89b5151eb75e537b246eda58b5455b821e52aadb /src/yuzu/configuration/configure_system.ui | |
parent | 7734127f9e9d950c50045942bb24f76652e86788 (diff) |
configuration: Workaround for Windows Qt bug
Odd issue happens that dragging the cpu or system tabs in custom configs
would cause the window to take up the entire verticle space of the
screen.
Diffstat (limited to 'src/yuzu/configuration/configure_system.ui')
-rw-r--r-- | src/yuzu/configuration/configure_system.ui | 30 |
1 files changed, 10 insertions, 20 deletions
diff --git a/src/yuzu/configuration/configure_system.ui b/src/yuzu/configuration/configure_system.ui index a5a3e2dc3..2a735836e 100644 --- a/src/yuzu/configuration/configure_system.ui +++ b/src/yuzu/configuration/configure_system.ui @@ -43,6 +43,16 @@ </layout> </widget> </item> + <item> + <widget class="QLabel" name="label_warn_invalid_locale"> + <property name="text"> + <string/> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> </layout> </widget> </item> @@ -86,26 +96,6 @@ </property> </spacer> </item> - <item> - <widget class="QLabel" name="label_warn_invalid_locale"> - <property name="text"> - <string/> - </property> - <property name="wordWrap"> - <bool>true</bool> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="label_disable_info"> - <property name="text"> - <string>System settings are available only when game is not running.</string> - </property> - <property name="wordWrap"> - <bool>true</bool> - </property> - </widget> - </item> </layout> </item> </layout> |