[Pkg-mozext-commits] [tabmixplus] 07/48: Follow up bug 1376397 - Disable scroll buttons if there's space between the first or last element and the scrollbox edge

David Prévot taffit at moszumanska.debian.org
Sun Aug 20 03:14:35 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 697c8674c04f0612911dc00eb6143f444fb1a8b1
Author: onemen <tabmix.onemen at gmail.com>
Date:   Tue Jul 4 22:37:48 2017 +0300

    Follow up bug 1376397 - Disable scroll buttons if there's space between the first or last element and the scrollbox edge
---
 chrome/content/tab/scrollbox.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chrome/content/tab/scrollbox.xml b/chrome/content/tab/scrollbox.xml
index d98a9fe..0d3b87e 100644
--- a/chrome/content/tab/scrollbox.xml
+++ b/chrome/content/tab/scrollbox.xml
@@ -227,10 +227,10 @@
               'Tabmix.setItem(box, "scrolledtoend", true);' + $LF +
               'Tabmix.setItem(box, "scrolledtostart", true);'
             )._replace(
-              'this.scrollboxPaddingStart',
+              'this.scrollboxPaddingLeft',
               'this.isMultiRow ? this.scrollboxPaddingTop : $&'
             )._replace(
-              'this.scrollboxPaddingEnd',
+              'this.scrollboxPaddingRight',
               'this.isMultiRow ? this.scrollboxPaddingBottom : $&'
             )._replace(
               'this._isRTLScrollbox',

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