[SSE] Fill Cell: change width of gradient angle

This commit is contained in:
Julia Svinareva 2019-11-26 14:55:35 +03:00
parent c6f251a22a
commit 010f0e13ec

View file

@ -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,