From 298cc601c1236c62f22eb3123959f4e9d45c04e5 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 19 Jun 2018 16:05:50 +0300 Subject: [PATCH] [SSE] Change icons for cell settings --- apps/spreadsheeteditor/main/app/view/CellSettings.js | 4 ++-- apps/spreadsheeteditor/main/resources/less/rightmenu.less | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/spreadsheeteditor/main/app/view/CellSettings.js b/apps/spreadsheeteditor/main/app/view/CellSettings.js index c93c24d6e..abfe9d5b6 100644 --- a/apps/spreadsheeteditor/main/app/view/CellSettings.js +++ b/apps/spreadsheeteditor/main/app/view/CellSettings.js @@ -154,8 +154,8 @@ define([ [Asc.c_oAscBorderOptions.Top, 'btn-borders-small btn-position-top', 'cell-button-border-top', this.tipTop], [Asc.c_oAscBorderOptions.InnerH,'btn-borders-small btn-position-inner-hor', 'cell-button-border-inner-hor', this.tipInnerHor], [Asc.c_oAscBorderOptions.Bottom,'btn-borders-small btn-position-bottom', 'cell-button-border-bottom', this.tipBottom], - [Asc.c_oAscBorderOptions.DiagU, 'btn-borders-small btn-position-bottom', 'cell-button-border-diagu', this.tipDiagU], - [Asc.c_oAscBorderOptions.DiagD, 'btn-borders-small btn-position-bottom', 'cell-button-border-diagd', this.tipDiagD], + [Asc.c_oAscBorderOptions.DiagU, 'btn-borders-small btn-position-diagu', 'cell-button-border-diagu', this.tipDiagU], + [Asc.c_oAscBorderOptions.DiagD, 'btn-borders-small btn-position-diagd', 'cell-button-border-diagd', this.tipDiagD], ['inner', 'btn-borders-small btn-position-inner', 'cell-button-border-inner', this.tipInner], ['outer', 'btn-borders-small btn-position-outer', 'cell-button-border-outer', this.tipOuter], ['all', 'btn-borders-small btn-position-all', 'cell-button-border-all', this.tipAll], diff --git a/apps/spreadsheeteditor/main/resources/less/rightmenu.less b/apps/spreadsheeteditor/main/resources/less/rightmenu.less index fe1848e81..47013cb2b 100644 --- a/apps/spreadsheeteditor/main/resources/less/rightmenu.less +++ b/apps/spreadsheeteditor/main/resources/less/rightmenu.less @@ -119,6 +119,8 @@ .button-normal-icon(btn-position-left, 7, 21px); .button-normal-icon(btn-position-inner-vert, 8, 21px); .button-normal-icon(btn-position-right, 9, 21px); +.button-normal-icon(btn-position-diagu, 10, 21px); +.button-normal-icon(btn-position-diagd, 11, 21px); .button-otherstates-icon(btn-borders-small, 21px);