[Pkg-mozext-commits] [greasemonkey] 47/55: Don't wrap the template textarea, allow resize options window.

David Prévot taffit at moszumanska.debian.org
Thu Oct 29 15:38:07 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 49b1cc813d324a32ff57744a3a954efd3ee29a04
Author: Anthony Lieuallen <arantius at gmail.com>
Date:   Wed Sep 30 20:20:25 2015 -0400

    Don't wrap the template textarea, allow resize options window.
    
    Refs #2194
---
 content/browser.js  | 2 +-
 content/options.xul | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/browser.js b/content/browser.js
index 3a77c1e..44bc506 100644
--- a/content/browser.js
+++ b/content/browser.js
@@ -198,7 +198,7 @@ GM_BrowserUI.showToolbarButton = function() {
 };
 
 GM_BrowserUI.openOptions = function() {
-  openDialog('chrome://greasemonkey/content/options.xul', null, 'modal');
+  openDialog('chrome://greasemonkey/content/options.xul', null, 'modal,resizable');
 };
 
 GM_BrowserUI.checkDisabledScriptNavigation = function(aContentType, aHref) {
diff --git a/content/options.xul b/content/options.xul
index d44ebd5..5b3873c 100644
--- a/content/options.xul
+++ b/content/options.xul
@@ -50,7 +50,7 @@
   <groupbox flex="1">
     <caption label="&options.newScript.template;" />
     <checkbox id="newScript-removeUnused" label="&options.newScript.removeUnused;" />
-    <textbox id="newScript-template" multiline="true" rows="5" flex="1" />
+    <textbox id="newScript-template" multiline="true" rows="5" flex="1" wrap="off" />
   </groupbox>
 </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