Merge pull request #236 from ONLYOFFICE/feature/sse-calculate

[SSE] Add icon for Calculation
This commit is contained in:
Julia Radzhabova 2019-08-28 14:22:40 +03:00 committed by GitHub
commit c6d59d7176
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,