[DE] Fix max values for page size
This commit is contained in:
parent
f1254ca2ac
commit
dad4ce3e90
|
@ -103,7 +103,7 @@ define([
|
||||||
width: 86,
|
width: 86,
|
||||||
defaultUnit : "cm",
|
defaultUnit : "cm",
|
||||||
value: '10 cm',
|
value: '10 cm',
|
||||||
maxValue: 55.88,
|
maxValue: 118.9,
|
||||||
minValue: 0
|
minValue: 0
|
||||||
});
|
});
|
||||||
this.spinners.push(this.spnWidth);
|
this.spinners.push(this.spnWidth);
|
||||||
|
@ -118,7 +118,7 @@ define([
|
||||||
width: 86,
|
width: 86,
|
||||||
defaultUnit : "cm",
|
defaultUnit : "cm",
|
||||||
value: '20 cm',
|
value: '20 cm',
|
||||||
maxValue: 55.88,
|
maxValue: 118.9,
|
||||||
minValue: 0
|
minValue: 0
|
||||||
});
|
});
|
||||||
this.spinners.push(this.spnHeight);
|
this.spinners.push(this.spnHeight);
|
||||||
|
|
Loading…
Reference in a new issue