Set min width for log as first aid to #3109452

This commit is contained in:
Stefan Hacker 2010-11-20 20:21:04 +01:00
parent cb9dee613f
commit ecff17aee1

View File

@ -100,6 +100,12 @@
<addaction name="qmHelp"/>
</widget>
<widget class="QDockWidget" name="qdwLog">
<property name="minimumSize">
<size>
<width>250</width>
<height>50</height>
</size>
</property>
<property name="features">
<set>QDockWidget::DockWidgetClosable|QDockWidget::DockWidgetMovable</set>
</property>