projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ea8edd
)
Dialog height is already properly calculated
author
Alexander Ebert
<ebert@woltlab.com>
Mon, 28 Nov 2011 15:06:48 +0000
(16:06 +0100)
committer
Alexander Ebert
<ebert@woltlab.com>
Mon, 28 Nov 2011 15:06:48 +0000
(16:06 +0100)
wcfsetup/install/files/js/WCF.js
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/js/WCF.js
b/wcfsetup/install/files/js/WCF.js
index 8416768a30afef915cb850ab516a18d390df2a27..b675a3264025e54ba8af368bfdc566c4e06446fe 100644
(file)
--- 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
};