From 62bf1dd3bd71787361d9dcddf1e5e040c4009f35 Mon Sep 17 00:00:00 2001 From: Scott González Date: Tue, 23 Dec 2008 04:23:19 +0000 Subject: Dialog: Setting the correct element for alsoResize. --- ui/ui.dialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/ui.dialog.js b/ui/ui.dialog.js index de463567b..70b4bbd16 100644 --- a/ui/ui.dialog.js +++ b/ui/ui.dialog.js @@ -312,7 +312,7 @@ $.widget("ui.dialog", { this.uiDialog.resizable({ cancel: '.ui-dialog-content', - alsoResize: '.ui-dialog-content', + alsoResize: this.element, helper: options.resizeHelper, maxWidth: options.maxWidth, maxHeight: options.maxHeight, -- cgit v1.2.3