decrease minimum height of browser

This commit is contained in:
Damien Elmes 2012-09-13 08:24:20 +09:00
parent 4bdf673f0c
commit 4102dfd6f8

View file

@ -7,13 +7,13 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>750</width> <width>750</width>
<height>500</height> <height>400</height>
</rect> </rect>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>750</width> <width>750</width>
<height>500</height> <height>400</height>
</size> </size>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -208,7 +208,7 @@
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>50</width> <width>50</width>
<height>200</height> <height>100</height>
</size> </size>
</property> </property>
</widget> </widget>