*Set a minimum size for users list

*Fixed the default header size of the "Author" item
*Disabled Messenger Window, not more useable, needs a better design.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7536 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-09-15 14:43:01 +00:00
parent 9752fb9698
commit eac4b29849
3 changed files with 9 additions and 3 deletions

View file

@ -159,7 +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);
ttheader->resizeSection (COLUMN_THREAD_AUTHOR, 150);
ui->threadTreeWidget->sortItems(COLUMN_THREAD_DATE, Qt::DescendingOrder);