fixed the layout of ForumMsgItem

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4196 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2011-05-12 16:33:11 +00:00
parent 0396bf23de
commit e42c7b6323

View File

@ -173,6 +173,9 @@ border-radius: 10px}</string>
<property name="openExternalLinks"> <property name="openExternalLinks">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
</property>
</widget> </widget>
</item> </item>
<item> <item>
@ -185,7 +188,7 @@ border-radius: 10px}</string>
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0">
<size> <size>
<width>200</width> <width>10</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
@ -211,22 +214,6 @@ border-radius: 10px}</string>
</property> </property>
</widget> </widget>
</item> </item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item> <item>
<widget class="QPushButton" name="replyButton"> <widget class="QPushButton" name="replyButton">
<property name="sizePolicy"> <property name="sizePolicy">