[SSE] Add icons for data tab

This commit is contained in:
Julia Radzhabova 2019-06-06 13:11:51 +03:00
parent 0feeaf3de8
commit a7df51b4c3
4 changed files with 7 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View file

@ -514,6 +514,10 @@
.button-normal-icon(~'x-huge .btn-bookmarks', 56, @toolbar-big-icon-size);
.button-normal-icon(btn-blankpage, 57, @toolbar-big-icon-size);
.button-normal-icon(btn-print-area, 58, @toolbar-big-icon-size);
.button-normal-icon(btn-cell-group, 59, @toolbar-big-icon-size);
.button-normal-icon(btn-cell-ungroup, 60, @toolbar-big-icon-size);
.button-normal-icon(btn-to-columns, 61, @toolbar-big-icon-size);
.button-normal-icon(btn-color-schema, 64, @toolbar-big-icon-size);
.item-shape {
.icon {

View file

@ -134,7 +134,7 @@ define([
this.btnGroup = new Common.UI.Button({
cls: 'btn-toolbar x-huge icon-top',
iconCls: 'btn-img-group',
iconCls: 'btn-cell-group',
caption: this.capBtnGroup,
split: false,
disabled: true,
@ -145,7 +145,7 @@ define([
this.btnUngroup = new Common.UI.Button({
cls: 'btn-toolbar x-huge icon-top',
iconCls: 'btn-img-group',
iconCls: 'btn-cell-ungroup',
caption: this.capBtnUngroup,
split: true,
menu: true,
@ -157,7 +157,7 @@ define([
this.btnTextToColumns = new Common.UI.Button({
cls: 'btn-toolbar x-huge icon-top',
iconCls: 'btn-img-group',
iconCls: 'btn-to-columns',
caption: this.capBtnTextToCol,
split: false,
disabled: true,