mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 07:05:26 -04:00
* Fixed Messages Dialogs QLabels
* Fixed Online and Message Toaster to look bether . * Update stylesheets for bold fonts for Subject,From,Date,To, Subject Text * Set for From Text Label Blue font. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@814 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
cfe139ca9a
commit
df7cbc58e6
25 changed files with 768 additions and 166 deletions
|
@ -1101,7 +1101,7 @@ void p3ConnectMgr::tickMonitors()
|
|||
if (notify)
|
||||
{
|
||||
notify->AddPopupMessage(RS_POPUP_CONNECT,
|
||||
peer.id, "Peer Online: ");
|
||||
peer.id, "Online: ");
|
||||
|
||||
|
||||
notify->AddFeedItem(RS_FEED_ITEM_PEER_CONNECT, peer.id, "", "");
|
||||
|
|
|
@ -148,7 +148,7 @@ int p3MsgService::incomingMsgs()
|
|||
if (notify)
|
||||
{
|
||||
notify->AddPopupMessage(RS_POPUP_MSG, mi->PeerId(),
|
||||
"New Message from: ");
|
||||
"from: ");
|
||||
|
||||
std::ostringstream out;
|
||||
out << mi->msgId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue