mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-03 21:20:31 -05:00 
			
		
		
		
	Set spectrum font to Liberation Sans
This commit is contained in:
		
							parent
							
								
									b9a19577c7
								
							
						
					
					
						commit
						161d4a5e56
					
				@ -53,10 +53,9 @@ DeviceUISet::DeviceUISet(int tabIndex, bool rxElseTx, QTimer& timer)
 | 
			
		||||
 | 
			
		||||
    // m_spectrum needs to have its font to be set since it cannot be inherited from the main window
 | 
			
		||||
    QFont font;
 | 
			
		||||
    font.setFamily(QStringLiteral("Sans Serif"));
 | 
			
		||||
    font.setFamily(QStringLiteral("Liberation Sans"));
 | 
			
		||||
    font.setPointSize(9);
 | 
			
		||||
    m_spectrum->setFont(font);
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
DeviceUISet::~DeviceUISet()
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user