mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 08:53:02 +08:00
[DE] Fix max values for page size
This commit is contained in:
@ -103,7 +103,7 @@ define([
|
||||
width: 86,
|
||||
defaultUnit : "cm",
|
||||
value: '10 cm',
|
||||
maxValue: 55.88,
|
||||
maxValue: 118.9,
|
||||
minValue: 0
|
||||
});
|
||||
this.spinners.push(this.spnWidth);
|
||||
@ -118,7 +118,7 @@ define([
|
||||
width: 86,
|
||||
defaultUnit : "cm",
|
||||
value: '20 cm',
|
||||
maxValue: 55.88,
|
||||
maxValue: 118.9,
|
||||
minValue: 0
|
||||
});
|
||||
this.spinners.push(this.spnHeight);
|
||||
|
||||
Reference in New Issue
Block a user