From cf906660a44718428c0c0a81bc4876f47f9e17ff Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 24 Apr 2024 18:51:18 +0300 Subject: [PATCH] Fix Bug 67574 --- apps/spreadsheeteditor/main/app/view/ProtectedRangesEditDlg.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/spreadsheeteditor/main/app/view/ProtectedRangesEditDlg.js b/apps/spreadsheeteditor/main/app/view/ProtectedRangesEditDlg.js index e52bfed5e8..42fc4fe589 100644 --- a/apps/spreadsheeteditor/main/app/view/ProtectedRangesEditDlg.js +++ b/apps/spreadsheeteditor/main/app/view/ProtectedRangesEditDlg.js @@ -497,6 +497,7 @@ define([ menu: item.get('isCurrent') ? false : new Common.UI.Menu({ style: 'min-width: auto;', cls: 'menu-absolute', + additionalAlign: this.menuAddAlign, items: item.get('isAnyone') ? [ { caption: this.textCanView,