From 97e5bfd7f77692f75910b6f092b7b292bfca7d38 Mon Sep 17 00:00:00 2001 From: Alexey Koshelev Date: Fri, 6 Dec 2024 14:03:51 +0300 Subject: [PATCH] [SSE] Change icon in toolbar for pivot calculated items --- apps/spreadsheeteditor/main/app/view/PivotTable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/app/view/PivotTable.js b/apps/spreadsheeteditor/main/app/view/PivotTable.js index e380cbfe42..be47ac9b40 100644 --- a/apps/spreadsheeteditor/main/app/view/PivotTable.js +++ b/apps/spreadsheeteditor/main/app/view/PivotTable.js @@ -306,7 +306,7 @@ define([ this.btnCalculatedItems = new Common.UI.Button({ cls: 'btn-toolbar x-huge icon-top', - iconCls: 'toolbar__icon btn-select-pivot', + iconCls: 'toolbar__icon btn-calculated', caption: this.txtCalculated, lock : [_set.lostConnect, _set.coAuth, _set.noPivot, _set.selRangeEdit, _set.pivotLock, _set.pivotCalcItemsLock, _set['FormatCells'], _set['PivotTables']], dataHint: '1',