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.
This commit is contained in:
lat9nq 2023-05-18 22:33:16 -07:00
parent 51ecf3cb5d
commit a41f271600
3 changed files with 58 additions and 53 deletions

View file

@ -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>