Bug 578430 - Followup fix for docs

This commit follows up on 6760de9965c32f9f75901d3699aa7f2cb086f856
and adds the corresponding fix for "Less...".
This commit is contained in:
Colin Walters 2009-04-09 11:01:41 -04:00
parent 7ae278f206
commit f5aed5127b

View File

@ -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...");