Change console minimum size to 10x10.

master
Torsten Paul 2014-11-01 17:24:28 +01:00
parent a68b39ead7
commit 5078f401e9
1 changed files with 6 additions and 0 deletions

View File

@ -423,6 +423,12 @@
</property>
<item>
<widget class="QTextEdit" name="console">
<property name="minimumSize">
<size>
<width>10</width>
<height>10</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::ClickFocus</enum>
</property>