mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 13:26:44 +00:00 
			
		
		
		
	improved error table layout
This commit is contained in:
		
							parent
							
								
									446ac998d8
								
							
						
					
					
						commit
						e86b8c96f5
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -66,7 +66,10 @@ CSVWorld::ScriptErrorTable::ScriptErrorTable (const CSMDoc::Document& document,
 | 
			
		|||
    QStringList headers;
 | 
			
		||||
    headers << "Severity" << "Line" << "Description";
 | 
			
		||||
    setHorizontalHeaderLabels (headers);
 | 
			
		||||
    horizontalHeader()->setResizeMode (0, QHeaderView::ResizeToContents);
 | 
			
		||||
    horizontalHeader()->setResizeMode (1, QHeaderView::ResizeToContents);
 | 
			
		||||
    horizontalHeader()->setStretchLastSection (true);
 | 
			
		||||
    verticalHeader()->hide();
 | 
			
		||||
 | 
			
		||||
    Compiler::registerExtensions (mExtensions);
 | 
			
		||||
    mContext.setExtensions (&mExtensions);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue