patch from phenom to all resizing lobby participant lists

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6372 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-05-20 14:05:53 +00:00
parent a497157110
commit 469b37aa60

View File

@ -22,13 +22,7 @@
<property name="spacing">
<number>3</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>5</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
@ -94,11 +88,21 @@
</widget>
</item>
<item>
<widget class="QSplitter" name="splitter">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QFrame" name="participantsFrame">
<property name="maximumSize">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>132</width>
<height>16777215</height>
<width>50</width>
<height>0</height>
</size>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
@ -155,8 +159,7 @@
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="layoutWidget">
<layout class="QHBoxLayout" name="chatLayout">
<property name="topMargin">
<number>3</number>
@ -172,6 +175,8 @@
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</item>