mirror of
				https://github.com/arduino/arduino-ide.git
				synced 2025-11-03 23:48:32 +00:00 
			
		
		
		
	change hard coded max and min (#1345)
This commit is contained in:
		@@ -23,8 +23,8 @@ import {
 | 
			
		||||
} from '@theia/core/lib/common/i18n/localization';
 | 
			
		||||
import SettingsStepInput from './settings-step-input';
 | 
			
		||||
 | 
			
		||||
const maxScale = 200;
 | 
			
		||||
const minScale = -100;
 | 
			
		||||
const maxScale = 280;
 | 
			
		||||
const minScale = -60;
 | 
			
		||||
const scaleStep = 20;
 | 
			
		||||
 | 
			
		||||
const maxFontSize = 72;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user