Commit bc69ffe6 authored by Julia Radzhabova's avatar Julia Radzhabova

Fix Bug 35139.

parent 645e36cc
......@@ -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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment