[Pkg-mozext-commits] [tabmixplus] 20/22: Follow up bug 1185482 - In maximized windows, the hover effect of the caption buttons should span the entire height of the tab strip

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


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

taffit pushed a commit to tag 0.5.0.4pre.170625a1
in repository tabmixplus.

commit 29948d2cac5ad78cb915f1768c3177d9e435fece
Author: onemen <tabmix.onemen at gmail.com>
Date:   Fri Jun 23 14:11:22 2017 +0300

    Follow up bug 1185482 - In maximized windows, the hover effect of the caption buttons should span the entire height of the tab strip
---
 chrome/content/places/places.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/chrome/content/places/places.js b/chrome/content/places/places.js
index 38e386c..6c0717e 100644
--- a/chrome/content/places/places.js
+++ b/chrome/content/places/places.js
@@ -782,6 +782,10 @@ Tabmix.onContentLoaded = {
         // titlebar and titlebarContent height
         '  TabmixTabbar.updateTabsInTitlebarAppearance();\n  ' +
         '$1$2'
+      )._replace(
+        'titlebarContentHeight = Math.max(titlebarContentHeight, fullTabsHeight)',
+        'titlebarContentHeight = Math.max(titlebarContentHeight, TabmixTabbar.singleRowHeight + verticalMargins(tabsStyles))',
+        {check: Tabmix.isVersion(550)}
       ).toCode();
     }
 

-- 
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