[SSE] Add icon for Calculation

This commit is contained in:
Julia Svinareva 2019-08-28 13:40:19 +03:00
parent 6c55703a93
commit b86ecad725
4 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 51 KiB

View file

@ -530,6 +530,7 @@
.button-normal-icon(btn-func-math, 73, @toolbar-big-icon-size);
.button-normal-icon(btn-more, 74, @toolbar-big-icon-size);
.button-normal-icon(btn-pagenum, 75, @toolbar-big-icon-size);
.button-normal-icon(btn-calculation, 80, @toolbar-big-icon-size);
[applang=ru] {
.btn-toolbar {

View file

@ -222,7 +222,7 @@ define([
this.btnCalculate = new Common.UI.Button({
cls: 'btn-toolbar x-huge icon-top',
iconCls: 'btn-cell-group',
iconCls: 'btn-calculation',
caption: this.txtCalculation,
split: true,
menu: true,