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