mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-13 11:32:48 -04:00
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:
parent
c410fc5fff
commit
49feb4bffb
6 changed files with 23 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue