From f5aed5127b11725f19015204005d0cdffbc4fe9a Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 9 Apr 2009 11:01:41 -0400 Subject: [PATCH] Bug 578430 - Followup fix for docs This commit follows up on 6760de9965c32f9f75901d3699aa7f2cb086f856 and adds the corresponding fix for "Less...". --- 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 fee59872c..83aee0c58 100644 --- a/js/ui/overlay.js +++ b/js/ui/overlay.js @@ -626,7 +626,7 @@ Sideshow.prototype = { this.actor.add_actor(this._details); this._details.append(this._docDisplay.selectedItemDetails, Big.BoxPackFlags.NONE); } else { - this._docDisplay.setExpanded(false, this._width, + this._docDisplay.setExpanded(false, this._width, 0, this._docsSectionDefaultHeight - SIDESHOW_SECTION_MISC_HEIGHT, SIDESHOW_COLUMNS); this._moreDocsLink.setText("More...");