We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5cf3b commit b5f9aa0Copy full SHA for b5f9aa0
arduino-ide-extension/src/browser/dialogs/settings/settings-component.tsx
@@ -23,8 +23,8 @@ import {
23
} from '@theia/core/lib/common/i18n/localization';
24
import SettingsStepInput from './settings-step-input';
25
26
-const maxScale = 200;
27
-const minScale = -100;
+const maxScale = 280;
+const minScale = -60;
28
const scaleStep = 20;
29
30
const maxFontSize = 72;
0 commit comments