Skip to content

Commit e05df11

Browse files
committed
Increase the maximum viewer scale to 2500 percent
After PR 19128 huge zoom levels should no longer be an issue, so let's increase the maximum viewer scale a bit.
1 parent 3127492 commit e05df11

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)