attempt at fixing layout in chat lobby widget

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6250 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-03-19 20:49:24 +00:00
parent ace83e9ed5
commit 9348310f79
2 changed files with 4 additions and 3 deletions

View file

@ -101,6 +101,9 @@ ChatLobbyWidget::ChatLobbyWidget(QWidget *parent, Qt::WFlags flags)
lobbyTreeWidget->setColumnHidden(2,true) ;
lobbyTreeWidget->setSortingEnabled(true) ;
lobbyTreeWidget->adjustSize();
lobbyTreeWidget->setColumnWidth(0,100);
lobbyChanged();
showBlankPage(0) ;
}