mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 14:30:43 -04:00
Small cosmetic changes:
- Added a space between "nick (me)" and the "location" in PeersDialog. - The own and subscribed channels in ChannelFeed are expanded by default. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3500 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c3e1cdafab
commit
3339e6ee0a
10 changed files with 75 additions and 62 deletions
|
@ -256,7 +256,7 @@ PeersDialog::PeersDialog(QWidget *parent)
|
|||
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(QString::fromStdString(pd.name) + tr(" (me)") + QString::fromStdString(pd.location)));
|
||||
ui.nicklabel->setText(titleStr.arg(QString::fromStdString(pd.name) + " (" + tr("me") + ") " + QString::fromStdString(pd.location)));
|
||||
}
|
||||
|
||||
/* Hide platform specific features */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue