fixed wrong stretching layout, removed not needed frame and added VBoxLayout for adding ChannelMsgItem's

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2150 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-01-29 23:13:58 +00:00
parent 1eb5b8fbfc
commit af973cdf5b
2 changed files with 2 additions and 9 deletions

View File

@ -699,7 +699,7 @@ void ChannelFeed::updateChannelMsgs()
ChanMsgItem *cmi = new ChanMsgItem(this, 0, mChannelId, it->msgId, true);
mChanMsgItems.push_back(cmi);
verticalLayout->addWidget(cmi);
verticalLayout_2->addWidget(cmi);
}
}

View File

@ -573,14 +573,7 @@ border-bottom-right-radius: 1px;
<number>0</number>
</property>
<item>
<widget class="QFrame" name="frame_2">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
<layout class="QVBoxLayout" name="verticalLayout_2"/>
</item>
<item>
<spacer name="verticalSpacer">