Removed some unnecessary style sheets.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5448 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-08-21 13:02:44 +00:00
parent 0498db0d46
commit 1cefe1123a
15 changed files with 539 additions and 470 deletions

View file

@ -180,7 +180,7 @@ FriendsDialog::FriendsDialog(QWidget *parent)
menu->addAction(ui.actionSet_your_Avatar);
menu->addAction(ui.actionSet_your_Personal_Message);
ui.menupushButton->setMenu(menu);
ui.menutoolButton->setMenu(menu);
setAcceptDrops(true);
ui.lineEdit->setAcceptDrops(false);
@ -210,8 +210,7 @@ FriendsDialog::FriendsDialog(QWidget *parent)
// add self nick and Avatar to Friends.
RsPeerDetails pd ;
if (rsPeers->getPeerDetails(rsPeers->getOwnId(),pd)) {
QString titleStr("<span style=\"font-size:16pt; font-weight:500;color:#32cd32;\">%1</span>");
ui.nicklabel->setText(titleStr.arg(PeerDefs::nameWithLocation(pd)));
ui.nicklabel->setText(PeerDefs::nameWithLocation(pd));
}
/* Hide platform specific features */