fixed the left side friends list for Message Composer to get resizeable

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2305 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-02-13 22:34:13 +00:00
parent edd961d761
commit 6daa5809c7

View File

@ -33,26 +33,26 @@
</property>
<widget class="QDockWidget" name="contactsdockWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>160</width>
<width>300</width>
<height>524287</height>
</size>
</property>
<property name="sizeIncrement">
<size>
<width>160</width>
<width>220</width>
<height>0</height>
</size>
</property>
<property name="baseSize">
<size>
<width>160</width>
<width>0</width>
<height>0</height>
</size>
</property>
@ -83,10 +83,22 @@
</property>
<property name="maximumSize">
<size>
<width>160</width>
<width>300</width>
<height>16777215</height>
</size>
</property>
<property name="sizeIncrement">
<size>
<width>220</width>
<height>0</height>
</size>
</property>
<property name="baseSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>