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:
parent
e9487d3551
commit
e5d6e42e0b
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue