[SSE] Fix Bug 46004
This commit is contained in:
parent
613d8b6713
commit
b8a429e53d
|
@ -133,7 +133,7 @@ define([ 'text!spreadsheeteditor/main/app/template/PivotSettingsAdvanced.temp
|
||||||
this.numWrap = new Common.UI.MetricSpinner({
|
this.numWrap = new Common.UI.MetricSpinner({
|
||||||
el: $('#pivot-adv-spin-wrap'),
|
el: $('#pivot-adv-spin-wrap'),
|
||||||
step: 1,
|
step: 1,
|
||||||
width: 85,
|
width: 60,
|
||||||
allowDecimal: false,
|
allowDecimal: false,
|
||||||
defaultUnit : "",
|
defaultUnit : "",
|
||||||
value: '0',
|
value: '0',
|
||||||
|
|
Loading…
Reference in a new issue