added splitter to channelFeed and changed the minimum size for the channel tree

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3029 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-05-29 16:25:37 +00:00
parent 334c9b61d3
commit 3d09acf96b

View File

@ -27,6 +27,10 @@
</property>
<layout class="QGridLayout" name="gridLayout_7">
<item row="0" column="0">
<widget class="QSplitter" name="splitter">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QFrame" name="chanFrame">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
@ -36,13 +40,13 @@
</property>
<property name="minimumSize">
<size>
<width>222</width>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>222</width>
<width>240</width>
<height>16777215</height>
</size>
</property>
@ -81,7 +85,7 @@
</property>
<property name="maximumSize">
<size>
<width>220</width>
<width>240</width>
<height>38</height>
</size>
</property>
@ -260,8 +264,7 @@ p, li { white-space: pre-wrap; }
</item>
</layout>
</widget>
</item>
<item row="0" column="1">
<widget class="QWidget" name="layoutWidget">
<layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="0">
<widget class="QFrame" name="frame">
@ -513,7 +516,7 @@ border-image: url(:/images/btn_26_pressed.png) 4;
<rect>
<x>0</x>
<y>0</y>
<width>429</width>
<width>412</width>
<height>331</height>
</rect>
</property>
@ -551,6 +554,8 @@ border-image: url(:/images/btn_26_pressed.png) 4;
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
<action name="actionCreate_Channel">