Bug 578430 - Docs section regression
This fixes a bad merge which broke the docs section.
This commit is contained in:
parent
14498d80f1
commit
7ae278f206
@ -618,7 +618,7 @@ Sideshow.prototype = {
|
|||||||
// changed, which is ensured by _setMoreDocsMode() and _unsetMoreDocsMode() functions.
|
// changed, which is ensured by _setMoreDocsMode() and _unsetMoreDocsMode() functions.
|
||||||
_updateDocsSection: function() {
|
_updateDocsSection: function() {
|
||||||
if (this._moreDocsMode) {
|
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._itemDisplayHeight + SIDESHOW_SECTION_MISC_HEIGHT,
|
||||||
this._expandedSideshowColumns);
|
this._expandedSideshowColumns);
|
||||||
this._moreDocsLink.setText("Less...");
|
this._moreDocsLink.setText("Less...");
|
||||||
|
Loading…
Reference in New Issue
Block a user