added to disable when flatview is enabled RootIsDecorated

added stylesheet background for Forum Label
set a default Font size for Forum Label.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1645 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-09-13 13:25:24 +00:00
parent 161153d8b3
commit 746bbda046
3 changed files with 26 additions and 7 deletions

View file

@ -81,6 +81,8 @@ private:
std::string mCurrForumId;
std::string mCurrThreadId;
std::string mCurrPostId;
QFont mForumNameFont;
/** Qt Designer generated object */
Ui::ForumsDialog ui;