mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-11-04 00:52:11 +00:00 
			
		
		
		
	Fix: wrong default font.
This commit is contained in:
		@@ -89,7 +89,7 @@ QtObject{
 | 
			
		||||
 | 
			
		||||
    property bool lowResolutionFont: false
 | 
			
		||||
 | 
			
		||||
    property var fontNames: ["HERMIT", "COMMODORE_PET", "COMMODORE_PET"]
 | 
			
		||||
    property var fontNames: ["TERMINUS_SCALED", "COMMODORE_PET", "COMMODORE_PET"]
 | 
			
		||||
    property var fontlist: fontManager.item.fontlist
 | 
			
		||||
 | 
			
		||||
    signal terminalFontChanged(string fontSource, int pixelSize, int lineSpacing, real screenScaling, real fontWidth)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user