fixed layout problem

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3760 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-11-07 21:51:06 +00:00
parent dd4c43cf7d
commit a98367f188
2 changed files with 3 additions and 2 deletions

View File

@ -69,7 +69,7 @@ ChanMsgItem::ChanMsgItem(FeedHolder *parent, uint32_t feedId, std::string chanId
titleLabel->setMinimumWidth(100);
subjectLabel->setMinimumWidth(100);
warning_label->setMinimumWidth(100);
small();
updateItemStatic();

View File

@ -404,7 +404,7 @@ border-radius: 3px}</string>
</property>
</widget>
</item>
<item row="3" column="1">
<item row="3" column="1" colspan="6">
<widget class="QLabel" name="warning_label">
<property name="text">
<string>TextLabel</string>
@ -492,6 +492,7 @@ border-radius: 10px;}</string>
<include location="../images.qrc"/>
<include location="../images.qrc"/>
<include location="../images.qrc"/>
<include location="../images.qrc"/>
</resources>
<connections/>
</ui>