diff options
| -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> | 
