Fixed Messages Compose->Contacts SideBar, now disabled DockWidgetMovable

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2607 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-03-23 00:21:37 +00:00
parent beec507b1c
commit 56da9a0f65

View File

@ -56,6 +56,12 @@
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="floating">
<bool>false</bool>
</property>
<property name="features">
<set>QDockWidget::DockWidgetClosable</set>
</property>
<property name="windowTitle"> <property name="windowTitle">
<string>Contacts</string> <string>Contacts</string>
</property> </property>