mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 14:45:12 -04:00
Removed some unnecessary style sheets.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5448 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0498db0d46
commit
1cefe1123a
15 changed files with 539 additions and 470 deletions
|
@ -93,7 +93,6 @@ ChannelFeed::ChannelFeed(QWidget *parent)
|
|||
//added from ahead
|
||||
updateChannelList();
|
||||
|
||||
nameLabel->setFont(QFont("MS SANS SERIF", 22));
|
||||
nameLabel->setMinimumWidth(20);
|
||||
|
||||
/* load settings */
|
||||
|
@ -503,12 +502,8 @@ void ChannelFeed::updateChannelMsgs()
|
|||
}
|
||||
iconLabel->setEnabled(true);
|
||||
|
||||
/* set textcolor for Channel name */
|
||||
QString channelStr("<span style=\"font-size:22pt; font-weight:500;color:#4F4F4F;\">%1</span>");
|
||||
|
||||
/* set Channel name */
|
||||
QString cname = QString::fromStdWString(ci.channelName);
|
||||
nameLabel->setText(channelStr.arg(cname));
|
||||
nameLabel->setText(QString::fromStdWString(ci.channelName));
|
||||
|
||||
if (ci.channelFlags & RS_DISTRIB_PUBLISH) {
|
||||
postButton->setEnabled(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue