Add icon for symbol table

This commit is contained in:
Julia Radzhabova 2019-11-12 14:57:26 +03:00
parent 57e744435a
commit eb19033e23
4 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 53 KiB

View file

@ -533,6 +533,7 @@
.button-normal-icon(btn-caption, 76, @toolbar-big-icon-size); .button-normal-icon(btn-caption, 76, @toolbar-big-icon-size);
.button-normal-icon(btn-calculation, 80, @toolbar-big-icon-size); .button-normal-icon(btn-calculation, 80, @toolbar-big-icon-size);
.button-normal-icon(btn-scale, 81, @toolbar-big-icon-size); .button-normal-icon(btn-scale, 81, @toolbar-big-icon-size);
.button-normal-icon(btn-symbol, 84, @toolbar-big-icon-size);
[applang=ru] { [applang=ru] {
.btn-toolbar { .btn-toolbar {

View file

@ -586,7 +586,7 @@ define([
this.btnInsertSymbol = new Common.UI.Button({ this.btnInsertSymbol = new Common.UI.Button({
id: 'tlbtn-insertsymbol', id: 'tlbtn-insertsymbol',
cls: 'btn-toolbar x-huge icon-top', cls: 'btn-toolbar x-huge icon-top',
iconCls: 'btn-insertequation', iconCls: 'btn-symbol',
caption: me.capBtnInsSymbol caption: me.capBtnInsSymbol
}); });
this.paragraphControls.push(this.btnInsertSymbol); this.paragraphControls.push(this.btnInsertSymbol);