[SSE] Fill Cell: change width of gradient angle
This commit is contained in:
parent
c6f251a22a
commit
010f0e13ec
|
@ -194,7 +194,7 @@ define([
|
||||||
this.numGradientAngle = new Common.UI.MetricSpinner({
|
this.numGradientAngle = new Common.UI.MetricSpinner({
|
||||||
el: $('#cell-spin-gradient-angle'),
|
el: $('#cell-spin-gradient-angle'),
|
||||||
step: 1,
|
step: 1,
|
||||||
width: 60,
|
width: 90,
|
||||||
defaultUnit : "°",
|
defaultUnit : "°",
|
||||||
value: '0 °',
|
value: '0 °',
|
||||||
allowDecimal: true,
|
allowDecimal: true,
|
||||||
|
|
Loading…
Reference in a new issue