[SSE] Fix Bug 46012
This commit is contained in:
parent
f336367b0b
commit
584b5071cd
|
@ -243,7 +243,7 @@ define([
|
||||||
this.numCols = new Common.UI.MetricSpinner({
|
this.numCols = new Common.UI.MetricSpinner({
|
||||||
el: $('#slicer-spin-cols'),
|
el: $('#slicer-spin-cols'),
|
||||||
step: 1,
|
step: 1,
|
||||||
width: 50,
|
width: 55,
|
||||||
defaultUnit : "",
|
defaultUnit : "",
|
||||||
defaultValue : 1,
|
defaultValue : 1,
|
||||||
value: '1',
|
value: '1',
|
||||||
|
|
Loading…
Reference in a new issue