Commit cda1e9bf authored by Ludovic Fauvet's avatar Ludovic Fauvet

Qt: fix layout resizing

parent a3aa3d0c
...@@ -60,17 +60,11 @@ ...@@ -60,17 +60,11 @@
<item> <item>
<widget class="QFrame" name="horizontalFrame"> <widget class="QFrame" name="horizontalFrame">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> <sizepolicy hsizetype="Minimum" vsizetype="MinimumExpanding">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize">
<size>
<width>0</width>
<height>300</height>
</size>
</property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">background-color: rgb(245, 245, 245);</string> <string notr="true">background-color: rgb(245, 245, 245);</string>
</property> </property>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment