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);
}
}