mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 14:45:12 -04:00
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:
parent
ace83e9ed5
commit
9348310f79
2 changed files with 4 additions and 3 deletions
|
@ -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) ;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue