mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-08 06:08:12 -05:00
removed formating for the textlabel in SharedFiles.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2674 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c307d8bb9a
commit
6608da5d18
@ -800,11 +800,7 @@ void SharedFilesDialog::showFrame(bool show)
|
|||||||
ui.remoteButton->setChecked(false);
|
ui.remoteButton->setChecked(false);
|
||||||
ui.splittedButton->setChecked(false);
|
ui.splittedButton->setChecked(false);
|
||||||
|
|
||||||
/* set textcolor for Channel name */
|
ui.labeltext->setText( tr("<strong>My Shared Files</strong>"));
|
||||||
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>")));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user