* Disabled own location display on Friends Frame.

* Removed the Fixed size for Messages ListWidget
* Update stylesheets

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7756 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-12-14 15:46:20 +00:00
parent ba6903150d
commit 2036f379de
11 changed files with 44 additions and 33 deletions

View file

@ -215,7 +215,7 @@ FriendsDialog::FriendsDialog(QWidget *parent)
// add self nick and Avatar to Friends.
RsPeerDetails pd ;
if (rsPeers->getPeerDetails(rsPeers->getOwnId(),pd)) {
ui.nicknameLabel->setText(PeerDefs::nameWithLocation(pd));
ui.nicknameLabel->setText(QString::fromUtf8(pd.name.c_str()));
}
QString hlp_str = tr(