Fixed layout of distant chat page in settings.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6445 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2013-06-20 18:09:13 +00:00
parent 61d43e8e72
commit e1ee7cca9c
2 changed files with 39 additions and 6 deletions

View file

@ -42,9 +42,6 @@ CreateMsgLinkDialog::CreateMsgLinkDialog()
friendSelectionWidget->setShowType(FriendSelectionWidget::SHOW_NON_FRIEND_GPG | FriendSelectionWidget::SHOW_GPG) ;
friendSelectionWidget->setHeaderText(QObject::tr("Select who can contact you:")) ;
friendSelectionWidget->start() ;
layout()->update() ;
update() ;
}
void CreateMsgLinkDialog::createNewChatLink()