[PE mobile] Fix Bug 47132
[PE] Fix margins
This commit is contained in:
parent
dc40050edc
commit
bc87d9a41d
|
@ -211,7 +211,7 @@
|
||||||
<div class="item-inner">
|
<div class="item-inner">
|
||||||
<div class="item-input">
|
<div class="item-input">
|
||||||
<div class="range-slider">
|
<div class="range-slider">
|
||||||
<input type="range" min="0" max="150" value="0" step="1">
|
<input type="range" min="0" max="55" value="0" step="1">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="item-after value">0 pt</div>
|
<div class="item-after value">0 pt</div>
|
||||||
|
|
|
@ -202,7 +202,7 @@ define([ 'text!presentationeditor/main/app/template/ShapeSettingsAdvanced.tem
|
||||||
width: 100,
|
width: 100,
|
||||||
defaultUnit : "cm",
|
defaultUnit : "cm",
|
||||||
value: '0.19 cm',
|
value: '0.19 cm',
|
||||||
maxValue: 9.34,
|
maxValue: 55.87,
|
||||||
minValue: 0
|
minValue: 0
|
||||||
});
|
});
|
||||||
this.spnMarginLeft.on('change', _.bind(function(field, newValue, oldValue, eOpts){
|
this.spnMarginLeft.on('change', _.bind(function(field, newValue, oldValue, eOpts){
|
||||||
|
@ -220,7 +220,7 @@ define([ 'text!presentationeditor/main/app/template/ShapeSettingsAdvanced.tem
|
||||||
width: 100,
|
width: 100,
|
||||||
defaultUnit : "cm",
|
defaultUnit : "cm",
|
||||||
value: '0.19 cm',
|
value: '0.19 cm',
|
||||||
maxValue: 9.34,
|
maxValue: 55.87,
|
||||||
minValue: 0
|
minValue: 0
|
||||||
});
|
});
|
||||||
this.spnMarginRight.on('change', _.bind(function(field, newValue, oldValue, eOpts){
|
this.spnMarginRight.on('change', _.bind(function(field, newValue, oldValue, eOpts){
|
||||||
|
|
|
@ -147,7 +147,7 @@ define([ 'text!presentationeditor/main/app/template/TableSettingsAdvanced.tem
|
||||||
width: 85,
|
width: 85,
|
||||||
defaultUnit : "cm",
|
defaultUnit : "cm",
|
||||||
value: '0.19 cm',
|
value: '0.19 cm',
|
||||||
maxValue: 9.34,
|
maxValue: 55.87,
|
||||||
minValue: 0
|
minValue: 0
|
||||||
});
|
});
|
||||||
this.spnTableMarginLeft.on('change', _.bind(function(field, newValue, oldValue, eOpts){
|
this.spnTableMarginLeft.on('change', _.bind(function(field, newValue, oldValue, eOpts){
|
||||||
|
@ -167,7 +167,7 @@ define([ 'text!presentationeditor/main/app/template/TableSettingsAdvanced.tem
|
||||||
width: 85,
|
width: 85,
|
||||||
defaultUnit : "cm",
|
defaultUnit : "cm",
|
||||||
value: '0.19 cm',
|
value: '0.19 cm',
|
||||||
maxValue: 9.34,
|
maxValue: 55.87,
|
||||||
minValue: 0
|
minValue: 0
|
||||||
});
|
});
|
||||||
this.spnTableMarginRight.on('change', _.bind(function(field, newValue, oldValue, eOpts){
|
this.spnTableMarginRight.on('change', _.bind(function(field, newValue, oldValue, eOpts){
|
||||||
|
@ -259,7 +259,7 @@ define([ 'text!presentationeditor/main/app/template/TableSettingsAdvanced.tem
|
||||||
width: 85,
|
width: 85,
|
||||||
defaultUnit : "cm",
|
defaultUnit : "cm",
|
||||||
value: '0.19 cm',
|
value: '0.19 cm',
|
||||||
maxValue: 9.34,
|
maxValue: 55.87,
|
||||||
minValue: 0
|
minValue: 0
|
||||||
});
|
});
|
||||||
this.spnMarginLeft.on('change', _.bind(function(field, newValue, oldValue, eOpts){
|
this.spnMarginLeft.on('change', _.bind(function(field, newValue, oldValue, eOpts){
|
||||||
|
@ -279,7 +279,7 @@ define([ 'text!presentationeditor/main/app/template/TableSettingsAdvanced.tem
|
||||||
width: 85,
|
width: 85,
|
||||||
defaultUnit : "cm",
|
defaultUnit : "cm",
|
||||||
value: '0.19 cm',
|
value: '0.19 cm',
|
||||||
maxValue: 9.34,
|
maxValue: 55.87,
|
||||||
minValue: 0
|
minValue: 0
|
||||||
});
|
});
|
||||||
this.spnMarginRight.on('change', _.bind(function(field, newValue, oldValue, eOpts){
|
this.spnMarginRight.on('change', _.bind(function(field, newValue, oldValue, eOpts){
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
<div class="item-inner">
|
<div class="item-inner">
|
||||||
<div class="item-input">
|
<div class="item-input">
|
||||||
<div class="range-slider">
|
<div class="range-slider">
|
||||||
<input type="range" min="0" max="150" value="0" step="1">
|
<input type="range" min="0" max="55" value="0" step="1">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="item-after value">0 pt</div>
|
<div class="item-after value">0 pt</div>
|
||||||
|
|
Loading…
Reference in a new issue