1
0
Fork 0
forked from suyu/suyu

configure_graphics: Fix layout in global config

Fixes a regression where the global config takes up a lot of extra space.
This commit is contained in:
lat9nq 2020-07-13 23:38:29 -04:00
parent c94a8a3a43
commit 90a0fb1e0e

View file

@ -149,7 +149,7 @@
<item> <item>
<widget class="QWidget" name="bg_layout" native="true"> <widget class="QWidget" name="bg_layout" native="true">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>