From e0df9797a093e118d639a41b05184329ab54b0d0 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 12 Jul 2022 11:23:21 +0300 Subject: [PATCH] [SSE] Add icon for cell watch --- apps/spreadsheeteditor/main/app/view/FormulaTab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/app/view/FormulaTab.js b/apps/spreadsheeteditor/main/app/view/FormulaTab.js index 9225588a1..329b29bf1 100644 --- a/apps/spreadsheeteditor/main/app/view/FormulaTab.js +++ b/apps/spreadsheeteditor/main/app/view/FormulaTab.js @@ -324,7 +324,7 @@ define([ this.btnWatch = new Common.UI.Button({ parentEl: $host.find('#slot-btn-watch-window'), cls: 'btn-toolbar x-huge icon-top', - iconCls: 'toolbar__icon btn-lookup', + iconCls: 'toolbar__icon watch-window', caption: this.txtWatch, hint: this.tipWatch, disabled: true,