* 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:
defnax 2008-11-17 03:03:23 +00:00
parent cfe139ca9a
commit df7cbc58e6
25 changed files with 768 additions and 166 deletions

View file

@ -187,7 +187,7 @@ static time_t lastTs = 0;
{
/* id the name */
std::string name = rsPeers->getPeerName(id);
std::string realmsg = msg + name;
std::string realmsg = msg + "<strong>" + name + "</strong>";
switch(type)
{
case RS_POPUP_MSG: