diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-10-08 11:32:43 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-10-08 11:32:43 -0300 |
commit | 4447976dfb46345925c258481071495d9cc0bb64 (patch) | |
tree | d41b676a0640cd5775abdda12b9af904dc6c58f9 /src/leap/bitmask/gui/ui | |
parent | d0cfccafc156e7f51e30ca77ec3928256d22f345 (diff) | |
parent | 348c9ae94213e8717f891f38083e32611a87b6e5 (diff) |
Merge remote-tracking branch 'ivan/bug/4058_spacer-policy-problem' into develop
Diffstat (limited to 'src/leap/bitmask/gui/ui')
-rw-r--r-- | src/leap/bitmask/gui/ui/wizard.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/leap/bitmask/gui/ui/wizard.ui b/src/leap/bitmask/gui/ui/wizard.ui index 0f6eef6e..cf591470 100644 --- a/src/leap/bitmask/gui/ui/wizard.ui +++ b/src/leap/bitmask/gui/ui/wizard.ui @@ -7,19 +7,19 @@ <x>0</x> <y>0</y> <width>536</width> - <height>490</height> + <height>510</height> </rect> </property> <property name="minimumSize"> <size> <width>536</width> - <height>490</height> + <height>510</height> </size> </property> <property name="maximumSize"> <size> <width>536</width> - <height>490</height> + <height>510</height> </size> </property> <property name="windowTitle"> @@ -124,7 +124,7 @@ <enum>Qt::Vertical</enum> </property> <property name="sizeType"> - <enum>QSizePolicy::Fixed</enum> + <enum>QSizePolicy::Expanding</enum> </property> <property name="sizeHint" stdset="0"> <size> |