increase minimum size of editing area so it can't be hidden

This commit is contained in:
Damien Elmes 2012-11-04 00:16:24 +09:00
parent 9c3e8f21ca
commit b182419838

View file

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