From 010f0e13ec57f6c47f1b26662d26411467fe000f Mon Sep 17 00:00:00 2001 From: Julia Svinareva Date: Tue, 26 Nov 2019 14:55:35 +0300 Subject: [PATCH] [SSE] Fill Cell: change width of gradient angle --- apps/spreadsheeteditor/main/app/view/CellSettings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/app/view/CellSettings.js b/apps/spreadsheeteditor/main/app/view/CellSettings.js index 5aa0ddbfb..093a991f5 100644 --- a/apps/spreadsheeteditor/main/app/view/CellSettings.js +++ b/apps/spreadsheeteditor/main/app/view/CellSettings.js @@ -194,7 +194,7 @@ define([ this.numGradientAngle = new Common.UI.MetricSpinner({ el: $('#cell-spin-gradient-angle'), step: 1, - width: 60, + width: 90, defaultUnit : "°", value: '0 °', allowDecimal: true,