diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-08-13 11:05:17 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-08-13 11:05:17 -0300 |
commit | b4511cdad95f8cbfa21f266addd215a8a6ff36d0 (patch) | |
tree | 02f780969a97aa19ca447a0d6318408ace34b73a /src/leap/bitmask/gui/ui | |
parent | 0cd31c61fa54ba3de203254810e310e25cf6b215 (diff) | |
parent | aed3c2a34e968774315d517f33aceee21a2f234d (diff) |
Merge remote-tracking branch 'ivan/bug/3444_wizard-sane-dafaults' into develop
Diffstat (limited to 'src/leap/bitmask/gui/ui')
-rw-r--r-- | src/leap/bitmask/gui/ui/wizard.ui | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/leap/bitmask/gui/ui/wizard.ui b/src/leap/bitmask/gui/ui/wizard.ui index 009d92ee..3b8f1215 100644 --- a/src/leap/bitmask/gui/ui/wizard.ui +++ b/src/leap/bitmask/gui/ui/wizard.ui @@ -7,9 +7,21 @@ <x>0</x> <y>0</y> <width>536</width> - <height>452</height> + <height>490</height> </rect> </property> + <property name="minimumSize"> + <size> + <width>536</width> + <height>490</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>536</width> + <height>490</height> + </size> + </property> <property name="windowTitle"> <string>Bitmask first run</string> </property> |