From 7af396a5b28680069c0cecbc95cf8e12c564308e Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 17 Jul 2020 19:46:51 +0300 Subject: [PATCH] [SSE] Fix VewTab icons --- apps/spreadsheeteditor/main/app/view/ViewTab.js | 8 ++++---- apps/spreadsheeteditor/main/resources/less/toolbar.less | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/spreadsheeteditor/main/app/view/ViewTab.js b/apps/spreadsheeteditor/main/app/view/ViewTab.js index 5ff557af0..0420a1495 100644 --- a/apps/spreadsheeteditor/main/app/view/ViewTab.js +++ b/apps/spreadsheeteditor/main/app/view/ViewTab.js @@ -92,7 +92,7 @@ define([ this.btnSheetView = new Common.UI.Button({ parentEl: $host.find('#slot-btn-sheet-view'), cls: 'btn-toolbar x-huge icon-top', - iconCls: 'toolbar__icon btn-sheetview', + iconCls: 'toolbar__icon btn-sheet-view', caption: me.capBtnSheetView, lock : [_set.lostConnect, _set.coAuth], menu: true @@ -102,7 +102,7 @@ define([ this.btnCreateView = new Common.UI.Button({ id : 'id-toolbar-btn-createview', cls : 'btn-toolbar', - iconCls : 'toolbar__icon btn-createview', + iconCls : 'toolbar__icon btn-sheet-view-new', caption : this.textCreate, lock : [_set.coAuth, _set.lostConnect] }); @@ -112,7 +112,7 @@ define([ this.btnCloseView = new Common.UI.Button({ id : 'id-toolbar-btn-closeview', cls : 'btn-toolbar', - iconCls : 'toolbar__icon btn-closeview', + iconCls : 'toolbar__icon btn-sheet-view-close', caption : this.textClose, lock : [_set.coAuth, _set.lostConnect] }); @@ -123,7 +123,7 @@ define([ this.btnFreezePanes = new Common.UI.Button({ parentEl: $host.find('#slot-btn-freeze'), cls: 'btn-toolbar x-huge icon-top', - iconCls: 'toolbar__icon btn-to-freeze', + iconCls: 'toolbar__icon btn-freeze-panes', caption: this.capBtnFreeze, split: false, enableToggle: true, diff --git a/apps/spreadsheeteditor/main/resources/less/toolbar.less b/apps/spreadsheeteditor/main/resources/less/toolbar.less index 4592a867d..c532ae550 100644 --- a/apps/spreadsheeteditor/main/resources/less/toolbar.less +++ b/apps/spreadsheeteditor/main/resources/less/toolbar.less @@ -164,5 +164,5 @@ #slot-field-zoom { float: left; - min-width: 45px; + min-width: 46px; } \ No newline at end of file