[PE] Fix Bug 41765
This commit is contained in:
parent
efb13f72e6
commit
31ad6f2421
|
@ -142,8 +142,8 @@ define([
|
||||||
width: 98,
|
width: 98,
|
||||||
defaultUnit : "cm",
|
defaultUnit : "cm",
|
||||||
value: '25.4 cm',
|
value: '25.4 cm',
|
||||||
maxValue: 55.88,
|
maxValue: 142.24,
|
||||||
minValue: 0
|
minValue: 2.54
|
||||||
});
|
});
|
||||||
this.spinners.push(this.spnWidth);
|
this.spinners.push(this.spnWidth);
|
||||||
this.spnWidth.on('change', _.bind(function(field, newValue, oldValue, eOpts){
|
this.spnWidth.on('change', _.bind(function(field, newValue, oldValue, eOpts){
|
||||||
|
@ -162,8 +162,8 @@ define([
|
||||||
width: 98,
|
width: 98,
|
||||||
defaultUnit : "cm",
|
defaultUnit : "cm",
|
||||||
value: '19.05 cm',
|
value: '19.05 cm',
|
||||||
maxValue: 55.88,
|
maxValue: 142.24,
|
||||||
minValue: 0
|
minValue: 2.54
|
||||||
});
|
});
|
||||||
this.spinners.push(this.spnHeight);
|
this.spinners.push(this.spnHeight);
|
||||||
this.spnHeight.on('change', _.bind(function(field, newValue, oldValue, eOpts){
|
this.spnHeight.on('change', _.bind(function(field, newValue, oldValue, eOpts){
|
||||||
|
|
Loading…
Reference in a new issue