mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-10-31 07:04:20 +00:00 
			
		
		
		
	Reduce horizontal sync possible minimum value.
This commit is contained in:
		| @@ -54,7 +54,7 @@ Item { | |||||||
|  |  | ||||||
|          property real flickering: appSettings.flickering |          property real flickering: appSettings.flickering | ||||||
|          property real horizontalSync: appSettings.horizontalSync |          property real horizontalSync: appSettings.horizontalSync | ||||||
|          property real horizontalSyncStrength: Utils.lint(0.1, 0.35, horizontalSync) |          property real horizontalSyncStrength: Utils.lint(0.05, 0.35, horizontalSync) | ||||||
|          property real glowingLine: appSettings.glowingLine * 0.2 |          property real glowingLine: appSettings.glowingLine * 0.2 | ||||||
|          property real burnIn: appSettings.burnIn |          property real burnIn: appSettings.burnIn | ||||||
|          property real burnInLastUpdate: burnInEffect.lastUpdate |          property real burnInLastUpdate: burnInEffect.lastUpdate | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user