remove a few flex value to make labels and textboxes not be vertically stretched
authorRobert Kaiser <kairo@kairo.at>
Tue, 28 Apr 2009 20:08:53 +0000 (22:08 +0200)
committerRobert Kaiser <kairo@kairo.at>
Tue, 28 Apr 2009 20:08:53 +0000 (22:08 +0200)
xulapp/chrome/mandelbrot/content/image-settings.xul

index 752fcef8c9d0ba715ad9a5ff0df911be1fa3aeff..3fc332f3ef8845d6a0cf237beb7d12b5b837eafb 100644 (file)
@@ -76,7 +76,7 @@
     <groupbox>
       <caption label="&coord.title;"/>
       <description value="&coord.real.label;"/>
-      <hbox flex="1">
+      <hbox>
         <label value="&coord.min.label;" control="Cr_min"/>
         <textbox id="Cr_min" size="10"
                  preference="mandelbrot.last_image.Cr_min"
@@ -90,7 +90,7 @@
                  onchange="recalcCoord('Cr', 'max');"/>
       </hbox>
       <description value="&coord.imag.label;"/>
-      <hbox flex="1">
+      <hbox>
         <label value="&coord.min.label;" control="Ci_min"/>
         <textbox id="Ci_min" size="10"
                  preference="mandelbrot.last_image.Ci_min"
     <hbox flex="1">
       <groupbox>
         <caption label="&img.size.title;"/>
-        <hbox flex="1">
+        <hbox>
           <label value="&img.width.label;" control="imgWidth"/>
           <textbox id="imgWidth" size="4"
                    preference="mandelbrot.image.width"
                    onchange="recalcCoord('Ci', 'scale');"/>
         </hbox>
-        <hbox flex="1">
+        <hbox>
           <label value="&img.height.label;" control="imgHeight"/>
           <textbox id="imgHeight" size="4"
                    preference="mandelbrot.image.height"
 
       <groupbox>
         <caption label="&options.title;"/>
-        <hbox flex="1">
+        <hbox>
           <checkbox id="syncProp"
                     preference="mandelbrot.syncProportions"
                     onclick="checkProportions();"/>