diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-08-12 18:27:26 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-08-13 10:59:54 -0300 |
commit | aed3c2a34e968774315d517f33aceee21a2f234d (patch) | |
tree | 5f84fa61a65af4b25c0d8aaef5648b3cbf97d04a /src | |
parent | 9c7a740679122b42efbc2f02ea0235c690b1ab8f (diff) |
Set fixed size to the wizard.
Diffstat (limited to 'src')
-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> |