We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc26b73 commit e787969Copy full SHA for e787969
ui/widgets/dialog.js
@@ -458,7 +458,7 @@ $.widget( "ui.dialog", {
458
this.options.restoreWidth = this.options.width;
459
this.options.restoreHeight = this.options.height;
460
this.uiDialog.width(300);
461
- this.uiDialog.height(this.uiDialogButtonPane.height);
+ this.uiDialog.height(0);
462
this.element.hide();
463
this.uiDialogButtonPane.hide();
464
this.uiDialogTitlebarRestore.button("enable");
0 commit comments