Merge pull request #1348 from ONLYOFFICE/fix/bugfix
[DE forms] Fix Bug 54030
This commit is contained in:
commit
539f3d6fda
|
@ -16,6 +16,7 @@ define([
|
||||||
cls: 'btn-toolbar no-caret',
|
cls: 'btn-toolbar no-caret',
|
||||||
iconCls: 'svg-icon more-vertical',
|
iconCls: 'svg-icon more-vertical',
|
||||||
menu: new Common.UI.Menu({
|
menu: new Common.UI.Menu({
|
||||||
|
cls: 'shifted-right',
|
||||||
items: [
|
items: [
|
||||||
{caption: this.txtPrint, value: 'print', iconCls: 'mi-icon svg-icon print'},
|
{caption: this.txtPrint, value: 'print', iconCls: 'mi-icon svg-icon print'},
|
||||||
{caption: '--'},
|
{caption: '--'},
|
||||||
|
|
Loading…
Reference in a new issue