[SSE] Add icon for Calculation
This commit is contained in:
parent
6c55703a93
commit
b86ecad725
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 |
|
@ -530,6 +530,7 @@
|
||||||
.button-normal-icon(btn-func-math, 73, @toolbar-big-icon-size);
|
.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-more, 74, @toolbar-big-icon-size);
|
||||||
.button-normal-icon(btn-pagenum, 75, @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] {
|
[applang=ru] {
|
||||||
.btn-toolbar {
|
.btn-toolbar {
|
||||||
|
|
|
@ -222,7 +222,7 @@ define([
|
||||||
|
|
||||||
this.btnCalculate = new Common.UI.Button({
|
this.btnCalculate = new Common.UI.Button({
|
||||||
cls: 'btn-toolbar x-huge icon-top',
|
cls: 'btn-toolbar x-huge icon-top',
|
||||||
iconCls: 'btn-cell-group',
|
iconCls: 'btn-calculation',
|
||||||
caption: this.txtCalculation,
|
caption: this.txtCalculation,
|
||||||
split: true,
|
split: true,
|
||||||
menu: true,
|
menu: true,
|
||||||
|
|
Loading…
Reference in a new issue