Dialog: Fixed #3756: Wrong height on every other open.

This commit is contained in:
Scott González 2009-01-03 14:43:50 +00:00
parent 3c3e17cdd0
commit 311c026798

View File

@ -438,6 +438,7 @@ $.widget("ui.dialog", {
// reset content sizing
this.element.css({
height: 0,
minHeight: 0,
width: 'auto'
});