From 7ae278f206bb64e0e5f43f60ed1b339fd771ae73 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 9 Apr 2009 10:53:24 -0400 Subject: [PATCH] Bug 578430 - Docs section regression This fixes a bad merge which broke the docs section. --- js/ui/overlay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/overlay.js b/js/ui/overlay.js index 7717156ed..fee59872c 100644 --- a/js/ui/overlay.js +++ b/js/ui/overlay.js @@ -618,7 +618,7 @@ Sideshow.prototype = { // changed, which is ensured by _setMoreDocsMode() and _unsetMoreDocsMode() functions. _updateDocsSection: function() { if (this._moreDocsMode) { - this._docDisplay.setExpanded(true, this._width + this._additionalWidth, + this._docDisplay.setExpanded(true, this._width, this._additionalWidth, this._itemDisplayHeight + SIDESHOW_SECTION_MISC_HEIGHT, this._expandedSideshowColumns); this._moreDocsLink.setText("Less...");