[Pkg-mozext-commits] [tabmixplus] 53/147: With build 161204a the tab multi-row feature displaying 2 rows regardless of the setting, changeset 45b58143f082

David Prévot taffit at moszumanska.debian.org
Sat Aug 5 15:27:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository tabmixplus.

commit df1e268a5c483796f4ec31de209bb594be876dea
Author: onemen <tabmix.onemen at gmail.com>
Date:   Tue Dec 6 18:08:29 2016 +0200

    With build 161204a the tab multi-row feature displaying 2 rows regardless of the setting, changeset 45b58143f082
---
 chrome/content/tab/tab.js | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/chrome/content/tab/tab.js b/chrome/content/tab/tab.js
index 14dd829..4b11be7 100644
--- a/chrome/content/tab/tab.js
+++ b/chrome/content/tab/tab.js
@@ -285,10 +285,6 @@ var TabmixTabbar = {
         for (let row = 2; row < aRows; row++)
           this._heights[tabsPosition][row] = rowHeight * row;
       }
-
-      // make sure our scroll buttons box height is no more than 2 rows
-      const box = document.getElementById("tabmixScrollBox");
-      box.style.setProperty("max-height", this._heights[tabsPosition][2] + "px", "important");
     }
 
     if (tabstrip.style.maxHeight != tabstrip.style.height || tabstrip.style.maxHeight != newHeight + "px")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list