Fix initial state for Pattern messages dock widget.
It should not float, better initially show it docked. --HG-- branch : develop
This commit is contained in:
parent
2a2ebe32b8
commit
ec346117f1
|
@ -2015,7 +2015,7 @@
|
|||
</widget>
|
||||
<widget class="QDockWidget" name="dockWidgetMessages">
|
||||
<property name="floating">
|
||||
<bool>true</bool>
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Pattern messages</string>
|
||||
|
|
Loading…
Reference in New Issue
Block a user