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 eb989a7 commit 8f25305Copy full SHA for 8f25305
ui/widgets/dialog.js
@@ -461,7 +461,7 @@ $.widget( "ui.dialog", {
461
event.preventDefault();
462
this.options.restoreWidth = this.options.width;
463
this.options.restoreHeight = this.options.height;
464
- this.uiDialog.width( this.uiDialogTitlebar.width() > 300 ? 300 : this.uiDialogTitlebar.outerWidth() );
+ this.uiDialog.width( this.uiDialogTitlebar.outerWidth() > 300 ? 300 : this.uiDialogTitlebar.outerWidth() );
465
this.uiDialog.height( this.uiDialogTitlebar.outerHeight() );
466
this.element.hide();
467
this.uiDialogButtonPane.hide();
0 commit comments