[Pkg-mozext-commits] [greasemonkey] 02/07: Allow the Options window to flex in size

David Prévot taffit at moszumanska.debian.org
Fri May 2 02:47:26 UTC 2014


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

taffit pushed a commit to branch master
in repository greasemonkey.

commit 1f25bbdad1bec626464acaeaec6b1632dd7d404f
Author: Anthony Lieuallen <arantius at gmail.com>
Date:   Wed Apr 30 10:18:05 2014 -0400

    Allow the Options window to flex in size
    
    Fixes #1871
---
 content/options.xul | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/content/options.xul b/content/options.xul
index 96f2709..d44ebd5 100644
--- a/content/options.xul
+++ b/content/options.xul
@@ -14,6 +14,7 @@
   title="Greasemonkey - &prefWindow.titleWin;"
   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
   buttons="accept,cancel"
+  flex="1"
 
   id="greasemonkey-options-dialog"
   persist="screenX screenY"
@@ -25,7 +26,7 @@
 
 <dialogheader title="Greasemonkey" description="&prefWindow.titleWin;"/>
 
-<vbox>
+<vbox flex="1">
   <groupbox>
     <caption label="&prefWindow.titleWin;" />
     <checkbox id="secure-update" label="&RequireSecureUpdates;" />
@@ -41,15 +42,15 @@
     </hbox>
   </groupbox>
 
-  <groupbox>
+  <groupbox flex="2">
     <caption label="&options.globalExcludes;" />
-    <cludes id="globalExcludes" />
+    <cludes id="globalExcludes" flex="1" />
   </groupbox>
 
-  <groupbox>
+  <groupbox flex="1">
     <caption label="&options.newScript.template;" />
     <checkbox id="newScript-removeUnused" label="&options.newScript.removeUnused;" />
-    <textbox id="newScript-template" multiline="true" rows="5" />
+    <textbox id="newScript-template" multiline="true" rows="5" flex="1" />
   </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