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:
Roman Telezhynskyi 2019-11-15 17:42:12 +02:00
parent 2a2ebe32b8
commit ec346117f1

View file

@ -2015,7 +2015,7 @@
</widget> </widget>
<widget class="QDockWidget" name="dockWidgetMessages"> <widget class="QDockWidget" name="dockWidgetMessages">
<property name="floating"> <property name="floating">
<bool>true</bool> <bool>false</bool>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Pattern messages</string> <string>Pattern messages</string>