mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-25 09:29:23 -04:00
changed the header resize for Title and Date in Forums
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3597 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
fa6af9a1ca
commit
6d54bbd78c
@ -205,8 +205,8 @@ ForumsDialog::ForumsDialog(QWidget *parent)
|
|||||||
/* Set header resize modes and initial section sizes */
|
/* Set header resize modes and initial section sizes */
|
||||||
QHeaderView * ttheader = ui.threadTreeWidget->header () ;
|
QHeaderView * ttheader = ui.threadTreeWidget->header () ;
|
||||||
ttheader->setResizeMode (COLUMN_THREAD_TITLE, QHeaderView::Interactive);
|
ttheader->setResizeMode (COLUMN_THREAD_TITLE, QHeaderView::Interactive);
|
||||||
ttheader->resizeSection (COLUMN_THREAD_DATE, 190);
|
ttheader->resizeSection (COLUMN_THREAD_DATE, 140);
|
||||||
ttheader->resizeSection (COLUMN_THREAD_TITLE, 170);
|
ttheader->resizeSection (COLUMN_THREAD_TITLE, 290);
|
||||||
|
|
||||||
ui.threadTreeWidget->sortItems( COLUMN_THREAD_DATE, Qt::DescendingOrder );
|
ui.threadTreeWidget->sortItems( COLUMN_THREAD_DATE, Qt::DescendingOrder );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user