Fix Bug 35139.
This commit is contained in:
parent
e4ec08a696
commit
f38d5f9b54
|
@ -417,6 +417,7 @@ define([ 'text!presentationeditor/main/app/template/ShapeSettingsAdvanced.tem
|
|||
this.spnColumns = new Common.UI.MetricSpinner({
|
||||
el: $('#shape-columns-number'),
|
||||
step: 1,
|
||||
allowDecimal: false,
|
||||
width: 100,
|
||||
defaultUnit : "",
|
||||
value: '1',
|
||||
|
|
|
@ -441,6 +441,7 @@ define([ 'text!spreadsheeteditor/main/app/template/ShapeSettingsAdvanced.temp
|
|||
this.spnColumns = new Common.UI.MetricSpinner({
|
||||
el: $('#shape-columns-number'),
|
||||
step: 1,
|
||||
allowDecimal: false,
|
||||
width: 100,
|
||||
defaultUnit : "",
|
||||
value: '1',
|
||||
|
|
Loading…
Reference in a new issue