Skip to content

Commit e787969

Browse files
committed
fix height problem when minimize
fix height problem when minimize
1 parent cc26b73 commit e787969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/widgets/dialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ $.widget( "ui.dialog", {
458458
this.options.restoreWidth = this.options.width;
459459
this.options.restoreHeight = this.options.height;
460460
this.uiDialog.width(300);
461-
this.uiDialog.height(this.uiDialogButtonPane.height);
461+
this.uiDialog.height(0);
462462
this.element.hide();
463463
this.uiDialogButtonPane.hide();
464464
this.uiDialogTitlebarRestore.button("enable");

0 commit comments

Comments
 (0)