update icons to forums

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@677 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-08-12 12:24:47 +00:00
parent c410fc5fff
commit 49feb4bffb
6 changed files with 23 additions and 23 deletions

View file

@ -137,6 +137,13 @@ ForumsDialog::ForumsDialog(QWidget *parent)
ui.printbutton->setMenu(printmenu);
#endif
/* Set header resize modes and initial section sizes */
QHeaderView * msgwheader = ui.forumTreeWidget->header () ;
msgwheader->setResizeMode (0, QHeaderView::Interactive);
msgwheader->resizeSection ( 0, 170 );
/* Hide platform specific features */
#ifdef Q_WS_WIN