available 125% and 175% scaling

This commit is contained in:
Maxim Kadushkin
2021-05-21 14:26:29 +03:00
parent 95904ec859
commit a2332ce005

View File

@ -32,7 +32,7 @@
"use strict";
(function (window, undefined) {
var supportedScaleValues = [1, 1.5, 2];
var supportedScaleValues = [1, 1.25, 1.5, 1.75, 2];
if (window["AscDesktopEditor"] && window["AscDesktopEditor"]["GetSupportedScaleValues"])
supportedScaleValues = window["AscDesktopEditor"]["GetSupportedScaleValues"]();