fixed layout of Channel Message item, when Description has long text to not stretch Thumbnail picture to the Bottom

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2094 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-01-19 23:58:28 +00:00
parent 260ef774a5
commit dd09c2a344

View File

@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>558</width> <width>526</width>
<height>213</height> <height>213</height>
</rect> </rect>
</property> </property>
@ -60,25 +60,42 @@ border-radius: 10px;}</string>
<property name="frameShadow"> <property name="frameShadow">
<enum>QFrame::Raised</enum> <enum>QFrame::Raised</enum>
</property> </property>
<layout class="QGridLayout" name="gridLayout_2"> <layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="label"> <layout class="QGridLayout" name="gridLayout_2">
<property name="maximumSize"> <item row="0" column="0">
<size> <widget class="QLabel" name="label">
<width>156</width> <property name="maximumSize">
<height>107</height> <size>
</size> <width>156</width>
</property> <height>107</height>
<property name="text"> </size>
<string/> </property>
</property> <property name="text">
<property name="pixmap"> <string/>
<pixmap resource="../images.qrc">:/images/thumb-default-video.png</pixmap> </property>
</property> <property name="pixmap">
<property name="scaledContents"> <pixmap resource="../images.qrc">:/images/thumb-default-video.png</pixmap>
<bool>true</bool> </property>
</property> <property name="scaledContents">
</widget> <bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>138</width>
<height>18</height>
</size>
</property>
</spacer>
</item>
</layout>
</item> </item>
<item row="0" column="1"> <item row="0" column="1">
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout">
@ -321,6 +338,8 @@ border-radius: 10px;}</string>
<include location="../images.qrc"/> <include location="../images.qrc"/>
<include location="../images.qrc"/> <include location="../images.qrc"/>
<include location="../images.qrc"/> <include location="../images.qrc"/>
<include location="../images.qrc"/>
<include location="../images.qrc"/>
</resources> </resources>
<connections/> <connections/>
</ui> </ui>