NOISSUE Fixed progress dialog
This commit is contained in:
		
				
					committed by
					
						
						Petr Mrázek
					
				
			
			
				
	
			
			
			
						parent
						
							15926b2b4a
						
					
				
				
					commit
					9b7564e967
				
			@@ -53,7 +53,9 @@ ProgressDialog::~ProgressDialog()
 | 
			
		||||
 | 
			
		||||
void ProgressDialog::updateSize()
 | 
			
		||||
{
 | 
			
		||||
	resize(QSize(480, minimumSizeHint().height()));
 | 
			
		||||
        QSize qSize = QSize(480, minimumSizeHint().height());
 | 
			
		||||
	resize(qSize);
 | 
			
		||||
        setFixedSize(qSize);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int ProgressDialog::execWithTask(Task *task)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user