[all] changed icon name
This commit is contained in:
parent
521e1c982e
commit
d016f27098
|
@ -2707,7 +2707,7 @@ define([
|
||||||
}).on('click', _.bind(me.onInsertCaption, me));
|
}).on('click', _.bind(me.onInsertCaption, me));
|
||||||
|
|
||||||
var mnuTableMerge = new Common.UI.MenuItem({
|
var mnuTableMerge = new Common.UI.MenuItem({
|
||||||
iconCls: 'menu__icon btn-merge',
|
iconCls: 'menu__icon btn-merge-cells',
|
||||||
caption : me.mergeCellsText
|
caption : me.mergeCellsText
|
||||||
}).on('click', function(item) {
|
}).on('click', function(item) {
|
||||||
if (me.api)
|
if (me.api)
|
||||||
|
|
|
@ -2165,7 +2165,7 @@ define([
|
||||||
});
|
});
|
||||||
|
|
||||||
var mnuTableMerge = new Common.UI.MenuItem({
|
var mnuTableMerge = new Common.UI.MenuItem({
|
||||||
iconCls: 'menu__icon btn-merge',
|
iconCls: 'menu__icon btn-merge-cells',
|
||||||
caption : me.mergeCellsText
|
caption : me.mergeCellsText
|
||||||
}).on('click', function(item) {
|
}).on('click', function(item) {
|
||||||
if (me.api)
|
if (me.api)
|
||||||
|
|
|
@ -568,7 +568,7 @@ define([
|
||||||
me.btnMerge = new Common.UI.Button({
|
me.btnMerge = new Common.UI.Button({
|
||||||
id : 'id-toolbar-rtn-merge',
|
id : 'id-toolbar-rtn-merge',
|
||||||
cls : 'btn-toolbar',
|
cls : 'btn-toolbar',
|
||||||
iconCls : 'toolbar__icon btn-merge',
|
iconCls : 'toolbar__icon btn-merge-cells',
|
||||||
enableToggle: true,
|
enableToggle: true,
|
||||||
allowDepress: true,
|
allowDepress: true,
|
||||||
split : true,
|
split : true,
|
||||||
|
|
Loading…
Reference in a new issue