From 96cc359c089dd24f91510a12c279b8b5f57c99bc Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 24 Nov 2021 17:13:04 +0300 Subject: [PATCH] Fix Bug 54072 --- apps/spreadsheeteditor/main/app/view/ProtectDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/app/view/ProtectDialog.js b/apps/spreadsheeteditor/main/app/view/ProtectDialog.js index 970d26f82..3589860e7 100644 --- a/apps/spreadsheeteditor/main/app/view/ProtectDialog.js +++ b/apps/spreadsheeteditor/main/app/view/ProtectDialog.js @@ -53,7 +53,7 @@ define([ title: options.title ? options.title : (options.type=='sheet' ? this.txtSheetTitle : this.txtWBTitle), cls: 'modal-dlg', width: 350, - height: options.type=='sheet' ? 447 : (options.type=='range' ? 338 : 306), + height: 'auto', buttons: options.buttons ? options.buttons : [{ value: 'ok', caption: this.txtProtect