Add icon for symbol table
This commit is contained in:
parent
57e744435a
commit
eb19033e23
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 |
|
@ -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 {
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue