From: Alexander Ebert Date: Mon, 28 Nov 2011 15:06:48 +0000 (+0100) Subject: Dialog height is already properly calculated X-Git-Tag: 2.0.0_Beta_1~1545^2~7 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c3a1f28f98277a0322ad1424ab720b81c6be30c8;p=GitHub%2FWoltLab%2FWCF.git Dialog height is already properly calculated --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 8416768a30..b675a32640 100644 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -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 };