[DE] Fix rev.92cfcf2e4b9379ba862d528cd4508d49a480f139
This commit is contained in:
parent
8a53ba2f5f
commit
4c4eec70c2
|
@ -84,13 +84,13 @@ define([
|
|||
this._locked = true;
|
||||
this.isChart = false;
|
||||
|
||||
this.render();
|
||||
|
||||
this._arrLineRule = [
|
||||
{displayValue: this.textAtLeast,defaultValue: 5, value: c_paragraphLinerule.LINERULE_LEAST, minValue: 0.03, step: 0.01, defaultUnit: 'cm'},
|
||||
{displayValue: this.textAuto, defaultValue: 1, value: c_paragraphLinerule.LINERULE_AUTO, minValue: 0.5, step: 0.01, defaultUnit: ''},
|
||||
{displayValue: this.textExact, defaultValue: 5, value: c_paragraphLinerule.LINERULE_EXACT, minValue: 0.03, step: 0.01, defaultUnit: 'cm'}
|
||||
];
|
||||
|
||||
this.render();
|
||||
},
|
||||
|
||||
render: function () {
|
||||
|
|
Loading…
Reference in a new issue