Skip to content

Commit b5f9aa0

Browse files
change hard coded max and min (#1345)
1 parent cc5cf3b commit b5f9aa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: arduino-ide-extension/src/browser/dialogs/settings/settings-component.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import {
2323
} from '@theia/core/lib/common/i18n/localization';
2424
import SettingsStepInput from './settings-step-input';
2525

26-
const maxScale = 200;
27-
const minScale = -100;
26+
const maxScale = 280;
27+
const minScale = -60;
2828
const scaleStep = 20;
2929

3030
const maxFontSize = 72;

0 commit comments

Comments
 (0)