mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fixed icon to toggle participants frame in chat dialog.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7890 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
327c369d5c
commit
9a9ea9b55a
@ -592,10 +592,10 @@ void ChatLobbyDialog::showParticipantsFrame(bool show)
|
||||
|
||||
if (show) {
|
||||
ui.participantsFrameButton->setToolTip(tr("Hide Participants"));
|
||||
ui.participantsFrameButton->setIcon(QIcon(":images/hide_toolbox_frame.png"));
|
||||
ui.participantsFrameButton->setIcon(QIcon(":images/show_toolbox_frame.png"));
|
||||
} else {
|
||||
ui.participantsFrameButton->setToolTip(tr("Show Participants"));
|
||||
ui.participantsFrameButton->setIcon(QIcon(":images/show_toolbox_frame.png"));
|
||||
ui.participantsFrameButton->setIcon(QIcon(":images/hide_toolbox_frame.png"));
|
||||
}
|
||||
|
||||
PeerSettings->setShowParticipantsFrame(ChatId(lobbyId), show);
|
||||
|
Loading…
Reference in New Issue
Block a user