[Pkg-mozext-commits] [tabmixplus] 20/28: Apply changeset b5352747aac3 only for toolbarbutton-1 on TabsToolbar
David Prévot
taffit at moszumanska.debian.org
Sun Jul 5 15:02:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository tabmixplus.
commit 8b9ce7259a8a9c79fe5e6865feab0373e504eebe
Author: onemen <tabmix.onemen at gmail.com>
Date: Wed Jul 1 14:42:41 2015 +0300
Apply changeset b5352747aac3 only for toolbarbutton-1 on TabsToolbar
---
chrome/content/tab/tab.js | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/chrome/content/tab/tab.js b/chrome/content/tab/tab.js
index 9d5b70f..f371d70 100644
--- a/chrome/content/tab/tab.js
+++ b/chrome/content/tab/tab.js
@@ -1678,10 +1678,13 @@ var gTMPprefObserver = {
if (TabmixSvc.isMac && !TabmixSvc.australis)
Tabmix._buttonsHeight = 24;
+ newRule = '#tabmixScrollBox[flowing="multibar"] > toolbarbutton {' +
+ ' height: #px;}'.replace("#", Tabmix._buttonsHeight);
+ this.insertRule(newRule);
+
let _buttonsHeight = Tabmix.isVersion(310) ? Tabmix._buttonsHeight - 1 : Tabmix._buttonsHeight;
- newRule = '#TabsToolbar[multibar] > .toolbarbutton-1,' +
- '#tabmixScrollBox[flowing=multibar] > toolbarbutton {' +
- ' height: #px;}'.replace("#", _buttonsHeight);
+ newRule = '#TabsToolbar[multibar] > .toolbarbutton-1 {' +
+ ' height: #px;}'.replace("#", _buttonsHeight);
this.insertRule(newRule);
delete Tabmix._buttonsHeight;
--
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