Skip to content

Commit 665a631

Browse files
Merge pull request #20879 from Snuffleupagus/increase-MAX_SCALE
Increase the maximum viewer scale to 2500 percent
2 parents 6ca9389 + e05df11 commit 665a631

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/ui_utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const DEFAULT_SCALE_VALUE = "auto";
1919
const DEFAULT_SCALE = 1.0;
2020
const DEFAULT_SCALE_DELTA = 1.1;
2121
const MIN_SCALE = 0.1;
22-
const MAX_SCALE = 10.0;
22+
const MAX_SCALE = 25.0;
2323
const UNKNOWN_SCALE = 0;
2424
const MAX_AUTO_SCALE = 1.25;
2525
const SCROLLBAR_PADDING = 40;

0 commit comments

Comments
 (0)