[DE] Fix icon (#312)
This commit is contained in:
parent
cbf2bebd7e
commit
e1f7269e7f
|
@ -284,7 +284,7 @@ define(['text!documenteditor/main/app/template/WatermarkSettings.template',
|
||||||
|
|
||||||
this.btnUnderline = new Common.UI.Button({
|
this.btnUnderline = new Common.UI.Button({
|
||||||
cls : 'btn-toolbar',
|
cls : 'btn-toolbar',
|
||||||
iconCls : 'btn-underline',
|
iconCls : 'toolbar__icon btn-underline',
|
||||||
enableToggle: true,
|
enableToggle: true,
|
||||||
hint: this.textUnderline
|
hint: this.textUnderline
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue