Dialog height is already properly calculated
authorAlexander Ebert <ebert@woltlab.com>
Mon, 28 Nov 2011 15:06:48 +0000 (16:06 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 28 Nov 2011 15:06:48 +0000 (16:06 +0100)
wcfsetup/install/files/js/WCF.js

index 8416768a30afef915cb850ab516a18d390df2a27..b675a3264025e54ba8af368bfdc566c4e06446fe 100644 (file)
@@ -3599,7 +3599,7 @@ $.widget('ui.wcfDialog', {
                
                // fix dimensions
                $contentDimensions = {
-                       height: $contentDimensions.height - this._dimensionDifferences.height,
+                       height: $contentDimensions.height/* - this._dimensionDifferences.height*/,
                        width: $contentDimensions.width - this._dimensionDifferences.width
                };