Gerrit Push Dialog: Let Commits list take the free space

When resizing the dialog, the Commits list should take the free
space.

Change-Id: I6586f43f8f43a4563327867e29630626f4a6e00a
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Alessandro Portale
2015-02-24 10:17:40 +01:00
parent 4198cc1441
commit cf82da2b91

View File

@@ -48,10 +48,13 @@
<property name="orientation"> <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0">
<size> <size>
<width>20</width> <width>20</width>
<height>40</height> <height>6</height>
</size> </size>
</property> </property>
</spacer> </spacer>