[Pkg-mozext-commits] [tabmixplus] 134/147: Increase textbox width in Options > Events > New Tabs for linux

David Prévot taffit at moszumanska.debian.org
Sat Aug 5 15:27:45 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 5e02461de619b59c38273ecbd3f09bee2b5b81a5
Author: onemen <tabmix.onemen at gmail.com>
Date:   Mon Apr 17 19:48:47 2017 +0300

    Increase textbox width in Options > Events > New Tabs for linux
---
 chrome/content/preferences/events.xul | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chrome/content/preferences/events.xul b/chrome/content/preferences/events.xul
index c6a6448..769a590 100644
--- a/chrome/content/preferences/events.xul
+++ b/chrome/content/preferences/events.xul
@@ -181,7 +181,7 @@
               <textbox id="loadProgressively" maxlength="3" size="2" preference="pref_loadProgressively"
                        onsyncfrompreference="return gEventsPane.loadProgressively.syncFromPref(this);"
                        observes="obs_loadProgressively"
-                       type="number" min="1" maxwidth="36"/>
+                       type="number" min="1" maxwidth="42"/>
               <label value="&tabs.label;"/>
             </hbox>
             <hbox align="center" class="indent">
@@ -192,7 +192,7 @@
                             observes="obs_loadProgressively"/>
               <textbox id="restoreOnDemand" maxlength="3" size="2" preference="pref_restoreOnDemand"
                        onsyncfrompreference="return gEventsPane.loadProgressively.syncFromPref(this);"
-                       type="number" min="1" maxwidth="36"/>
+                       type="number" min="1" maxwidth="42"/>
               <label value="&tabs.label;" observes="obs_loadProgressively"/>
             </hbox>
           </groupbox>

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