set a sensible minimize size for the editor in the browser

This commit is contained in:
Damien Elmes 2012-04-24 08:10:44 +09:00
parent 3bbb6d3ddd
commit b6adc9f1bb

View file

@ -208,7 +208,7 @@
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>50</width> <width>50</width>
<height>50</height> <height>200</height>
</size> </size>
</property> </property>
</widget> </widget>