mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 22:55:04 -04:00
* 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:
parent
ba6903150d
commit
2036f379de
11 changed files with 44 additions and 33 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue