Added a new frame for the Plugin Buttons, add the plugin buttons before the send button.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6785 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2013-10-01 20:21:57 +00:00
parent 959c9c2aca
commit 6ae9178712
2 changed files with 16 additions and 1 deletions

View file

@ -157,7 +157,7 @@ void ChatWidget::setDefaultExtraFileFlags(TransferRequestFlags fl)
void ChatWidget::addChatBarWidget(QWidget *w)
{
ui->toolBarFrame->layout()->addWidget(w) ;
ui->pluginButtonFrame->layout()->addWidget(w) ;
}
void ChatWidget::init(const std::string &peerId, const QString &title)