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:
thunder2 2012-08-21 13:02:44 +00:00
parent 0498db0d46
commit 1cefe1123a
15 changed files with 539 additions and 470 deletions

View file

@ -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);