Fix Bug 54072
This commit is contained in:
parent
23d46ccd95
commit
96cc359c08
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue