forked from qt-creator/qt-creator
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:
@@ -48,10 +48,13 @@
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeType">
|
||||
<enum>QSizePolicy::Fixed</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>40</height>
|
||||
<height>6</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
|
Reference in New Issue
Block a user