Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎arduino-ide-extension/src/browser/dialogs/settings/settings-component.tsx‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /