Set size policy for build details group.

The contents of the build details group change and might become larger than the
current size of the group box. Set its size policy to expanding, so it resizes
automatically instead of text being cut off at the bottom.

Change-Id: Iab7947046a9676ac76115766872daad3ac6763e4
This commit is contained in:
Dominik Riebeling 2012-06-18 23:33:56 +02:00
parent e9487d3551
commit e5d6e42e0b

View file

@ -72,6 +72,12 @@
</item>
<item row="2" column="1" colspan="3" >
<widget class="QGroupBox" name="groupBox_2" >
<property name="sizePolicy" >
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title" >
<string>Details</string>
</property>
@ -146,7 +152,7 @@
<property name="sizeHint" stdset="0" >
<size>
<width>20</width>
<height>40</height>
<height>1</height>
</size>
</property>
</spacer>