mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-14 20:12:29 -04:00
set a default header size for the Author column
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7490 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
67b1d49885
commit
a6e70a2db4
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ GxsForumThreadWidget::GxsForumThreadWidget(const RsGxsGroupId &forumId, QWidget
|
|||
QHeaderView_setSectionResizeMode(ttheader, COLUMN_THREAD_TITLE, QHeaderView::Interactive);
|
||||
ttheader->resizeSection (COLUMN_THREAD_DATE, 140);
|
||||
ttheader->resizeSection (COLUMN_THREAD_TITLE, 290);
|
||||
ttheader->resizeSection (COLUMN_THREAD_AUTHOR, 290);
|
||||
|
||||
ui->threadTreeWidget->sortItems(COLUMN_THREAD_DATE, Qt::DescendingOrder);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue