* Moved to Display the Video Widget on the right side

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7727 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-12-04 13:49:04 +00:00
parent 40bfa50b29
commit 1648842dd6
4 changed files with 83 additions and 80 deletions

View file

@ -200,7 +200,7 @@ void ChatWidget::setDefaultExtraFileFlags(TransferRequestFlags fl)
void ChatWidget::addChatHorizontalWidget(QWidget *w)
{
ui->verticalLayout->addWidget(w) ;
ui->verticalLayout_2->addWidget(w) ;
update() ;
}