mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-17 18:40:49 -04:00
gui: chatlobbywidget: not expand public 'chat rooms' anymore at program start
This commit is contained in:
parent
9b9ad5666a
commit
4f13ba089c
1 changed files with 4 additions and 1 deletions
|
@ -170,7 +170,10 @@ ChatLobbyWidget::ChatLobbyWidget(QWidget *parent, Qt::WindowFlags flags)
|
|||
publicLobbyItem->setData(COLUMN_DATA, ROLE_PRIVACYLEVEL, CHAT_LOBBY_PRIVACY_LEVEL_PUBLIC);
|
||||
ui.lobbyTreeWidget->insertTopLevelItem(3, publicLobbyItem);
|
||||
|
||||
ui.lobbyTreeWidget->expandAll();
|
||||
ui.lobbyTreeWidget->expandItem(privateSubLobbyItem);
|
||||
ui.lobbyTreeWidget->expandItem(publicSubLobbyItem);
|
||||
ui.lobbyTreeWidget->expandItem(privateLobbyItem);
|
||||
// ui.lobbyTreeWidget->expandItem(publicLobbyItem);
|
||||
ui.lobbyTreeWidget->setColumnHidden(COLUMN_NAME,false) ;
|
||||
ui.lobbyTreeWidget->setColumnHidden(COLUMN_USER_COUNT,true) ;
|
||||
ui.lobbyTreeWidget->setColumnHidden(COLUMN_TOPIC,true) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue