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