From 9348310f794834f36526a2e523b94353337979dd Mon Sep 17 00:00:00 2001 From: csoler Date: Tue, 19 Mar 2013 20:49:24 +0000 Subject: [PATCH] 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 --- retroshare-gui/src/gui/ChatLobbyWidget.cpp | 3 +++ retroshare-gui/src/gui/ChatLobbyWidget.ui | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/retroshare-gui/src/gui/ChatLobbyWidget.cpp b/retroshare-gui/src/gui/ChatLobbyWidget.cpp index 96d38a571..126d2ab67 100644 --- a/retroshare-gui/src/gui/ChatLobbyWidget.cpp +++ b/retroshare-gui/src/gui/ChatLobbyWidget.cpp @@ -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) ; } diff --git a/retroshare-gui/src/gui/ChatLobbyWidget.ui b/retroshare-gui/src/gui/ChatLobbyWidget.ui index 0512d945d..6bad539d4 100644 --- a/retroshare-gui/src/gui/ChatLobbyWidget.ui +++ b/retroshare-gui/src/gui/ChatLobbyWidget.ui @@ -120,9 +120,7 @@ 0 - - - +