Removed maximum value from chat lobby participants list.

Saved size of participants list in profile.
Removed show/hide button to get more space. The participants list can be colapsed by moving the splitter to the right frame border.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8204 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2015-05-02 00:22:30 +00:00
parent 30ead08a1d
commit 735a27f8da
6 changed files with 9 additions and 109 deletions

View file

@ -48,7 +48,6 @@ public:
ChatLobbyId id() const { return lobbyId ;}
private slots:
void showParticipantsFrame(bool show);
void participantsTreeWidgetCustomPopupMenu( QPoint point );
void inviteFriends() ;
void leaveLobby() ;