diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2012-06-18 23:33:56 +0200 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2012-06-18 23:33:56 +0200 |
commit | e5d6e42e0b29170a596e03942a46ed4ad1fefd23 (patch) | |
tree | db7258f9f76e5ce98853428a51c1606a3f1b0c78 /rbutil | |
parent | e9487d35518ba05bf88c19399a5b7c5136e80244 (diff) |
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
Diffstat (limited to 'rbutil')
-rw-r--r-- | rbutil/rbutilqt/installwindowfrm.ui | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/rbutil/rbutilqt/installwindowfrm.ui b/rbutil/rbutilqt/installwindowfrm.ui index 80bdc63c15..67ab40b991 100644 --- a/rbutil/rbutilqt/installwindowfrm.ui +++ b/rbutil/rbutilqt/installwindowfrm.ui @@ -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> |