mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-20 23:09:52 -05:00
fix a small bug in popup chat dialog with V scroll
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1966 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
32420790cb
commit
e65bce7048
@ -238,7 +238,7 @@ void PopupChatDialog::addChatMsg(ChatInfo *ci)
|
||||
if (offline)
|
||||
{
|
||||
QString offlineMsg = "<br>\n<span style=\"color:#1D84C9\"><strong> ----- PEER OFFLINE (Chat will be lost) -----</strong></span> \n<br>";
|
||||
ui.textBrowser->setHtml(ui.textBrowser->toHtml() + offlineMsg);
|
||||
ui.textBrowser->append(offlineMsg);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user