mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-15 02:44:20 -05:00
removed formating for the textlabel in SharedFiles.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2675 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
69d6b67673
commit
523956c0bf
@ -800,11 +800,7 @@ void SharedFilesDialog::showFrame(bool show)
|
||||
ui.remoteButton->setChecked(false);
|
||||
ui.splittedButton->setChecked(false);
|
||||
|
||||
/* set textcolor for Channel name */
|
||||
QString labelStr("<span style=\"font-size:10pt; font-weight:500;"
|
||||
"color:#000000;\">%1</span>");
|
||||
|
||||
ui.labeltext->setText( labelStr.arg(tr("<strong>My Shared Files</strong>")));
|
||||
ui.labeltext->setText( tr("<strong>My Shared Files</strong>"));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user