[Pkg-mozext-commits] [greasemonkey] 02/30: The "New User Script" dialog - "Includes" and "Excludes" - not wrapping lines

David Prévot taffit at moszumanska.debian.org
Thu Nov 26 00:56:26 UTC 2015


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

taffit pushed a commit to branch master
in repository greasemonkey.

commit 9116666f6c66865025031542cec40febdbd837ff
Author: janekptacijarabaci <janekptacijarabaci at seznam.cz>
Date:   Tue Oct 20 12:58:24 2015 +0200

    The "New User Script" dialog - "Includes" and "Excludes" - not wrapping lines
---
 content/newscript.xul | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/content/newscript.xul b/content/newscript.xul
index 6e7df11..29ccd8c 100644
--- a/content/newscript.xul
+++ b/content/newscript.xul
@@ -35,14 +35,16 @@
     <textbox id="include"
       multiline="true"
       rows="4"
-      cols="60" />
+      cols="60"
+      wrap="off" />
     <separator class="thin" />
 
     <label value="&newscript.excludes;" control="exclude" />
     <textbox id="exclude"
       multiline="true"
       rows="4"
-      cols="60" />
+      cols="60"
+      wrap="off" />
     <separator class="thin" />
   </vbox>
 

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



More information about the Pkg-mozext-commits mailing list