[DE] Fix rev.92cfcf2e4b9379ba862d528cd4508d49a480f139

This commit is contained in:
Julia Radzhabova 2019-10-08 13:30:19 +03:00
parent 8a53ba2f5f
commit 4c4eec70c2

View file

@ -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 () {