Fix Bug 54072

This commit is contained in:
Julia Radzhabova 2021-11-24 17:13:04 +03:00
parent 23d46ccd95
commit 96cc359c08

View file

@ -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