* Fixed Add Friend and Invite Frieds Dialogs

* Set  minimum size for Channels frame
* Set minimum size for Friends TreeWidget

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@856 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-11-30 02:21:02 +00:00
parent b9236dc91e
commit 505b5c6363
6 changed files with 217 additions and 150 deletions

View file

@ -5,7 +5,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>825</width>
<width>721</width>
<height>516</height>
</rect>
</property>
@ -526,6 +526,18 @@ p, li { white-space: pre-wrap; }
</item>
<item row="1" column="0" colspan="2" >
<widget class="QTreeWidget" name="peertreeWidget" >
<property name="minimumSize" >
<size>
<width>250</width>
<height>0</height>
</size>
</property>
<property name="maximumSize" >
<size>
<width>1677215</width>
<height>16777215</height>
</size>
</property>
<property name="contextMenuPolicy" >
<enum>Qt::CustomContextMenu</enum>
</property>