Skip to content

Commit

Permalink
Fix language menu
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaRadzhabova committed Dec 11, 2024
1 parent 21f59b5 commit 282107a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/documenteditor/main/app/view/DocumentHolderExt.js
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ define([], function () {
iconCls: 'menu__icon btn-ic-doclang',
caption : me.langText,
menu : new Common.UI.MenuSimple({
cls: 'lang-menu',
cls: 'lang-menu shifted-right',
menuAlign: 'tl-tr',
restoreHeight: 285,
items : [],
Expand Down Expand Up @@ -1514,7 +1514,7 @@ define([], function () {
iconCls: 'menu__icon btn-ic-doclang',
caption : me.langText,
menu : new Common.UI.MenuSimple({
cls: 'lang-menu',
cls: 'lang-menu shifted-right',
menuAlign: 'tl-tr',
restoreHeight: 285,
items : [],
Expand Down
4 changes: 2 additions & 2 deletions apps/presentationeditor/main/app/view/DocumentHolderExt.js
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ define([], function () {
iconCls: 'menu__icon btn-ic-doclang',
caption : me.langText,
menu : new Common.UI.MenuSimple({
cls: 'lang-menu',
cls: 'lang-menu shifted-right',
menuAlign: 'tl-tr',
restoreHeight: 285,
items : [],
Expand Down Expand Up @@ -780,7 +780,7 @@ define([], function () {
iconCls: 'menu__icon btn-ic-doclang',
caption : me.langText,
menu : new Common.UI.MenuSimple({
cls: 'lang-menu',
cls: 'lang-menu shifted-right',
menuAlign: 'tl-tr',
restoreHeight: 285,
items : [],
Expand Down

0 comments on commit 282107a

Please sign in to comment.