[sprite] removed unused resources
This commit is contained in:
parent
2efde585a4
commit
88299b78ac
Binary file not shown.
Before Width: | Height: | Size: 503 B |
|
@ -548,7 +548,7 @@ define([
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
caption: this.textNone,
|
caption: this.textNone,
|
||||||
iconCls: 'menu__icon dropcap-none',
|
iconCls: 'menu__icon columns-one',
|
||||||
checkable: true,
|
checkable: true,
|
||||||
checkmark: false,
|
checkmark: false,
|
||||||
toggleGroup: 'menuDropCap',
|
toggleGroup: 'menuDropCap',
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 96 B |
|
@ -82,7 +82,7 @@ define([
|
||||||
this.buttonNext = new Common.UI.Button({
|
this.buttonNext = new Common.UI.Button({
|
||||||
style: 'margin-left: 5px; width: 22px; height: 22px; border: 1px solid #cfcfcf;',
|
style: 'margin-left: 5px; width: 22px; height: 22px; border: 1px solid #cfcfcf;',
|
||||||
cls: 'btn-toolbar bg-white',
|
cls: 'btn-toolbar bg-white',
|
||||||
iconCls: 'toolbar__icon btn-spellcheck-next',
|
iconCls: 'toolbar__icon btn-nextitem',
|
||||||
hint: this.txtNextTip
|
hint: this.txtNextTip
|
||||||
});
|
});
|
||||||
this.buttonNext.render($('#spellcheck-next'));
|
this.buttonNext.render($('#spellcheck-next'));
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 231 B |
Loading…
Reference in a new issue