mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-14 20:12:29 -04:00
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:
parent
1eb5b8fbfc
commit
af973cdf5b
2 changed files with 2 additions and 9 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue