mirror of
				https://github.com/RetroShare/RetroShare.git
				synced 2025-11-03 15:29:02 -05:00 
			
		
		
		
	Changed the default column size for thread title
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8300 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
		
							parent
							
								
									6a5a952f04
								
							
						
					
					
						commit
						085d499ab0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -159,7 +159,7 @@ GxsForumThreadWidget::GxsForumThreadWidget(const RsGxsGroupId &forumId, QWidget
 | 
			
		|||
	QHeaderView * ttheader = ui->threadTreeWidget->header () ;
 | 
			
		||||
	QHeaderView_setSectionResizeMode(ttheader, COLUMN_THREAD_TITLE, QHeaderView::Interactive);
 | 
			
		||||
	ttheader->resizeSection (COLUMN_THREAD_DATE,  140);
 | 
			
		||||
	ttheader->resizeSection (COLUMN_THREAD_TITLE, 290);
 | 
			
		||||
	ttheader->resizeSection (COLUMN_THREAD_TITLE, 440);
 | 
			
		||||
	ttheader->resizeSection (COLUMN_THREAD_AUTHOR, 150);
 | 
			
		||||
 | 
			
		||||
	ui->threadTreeWidget->sortItems(COLUMN_THREAD_DATE, Qt::DescendingOrder);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue