Revision: 2140
          http://vexi.svn.sourceforge.net/vexi/?rev=2140&view=rev
Author:   clrg
Date:     2007-09-06 15:47:22 -0700 (Thu, 06 Sep 2007)

Log Message:
-----------
Neater layout by removing silly margin assignment

Modified Paths:
--------------
    trunk/widgets/org.vexi.demo/org/vexi/demo/other.t

Modified: trunk/widgets/org.vexi.demo/org/vexi/demo/other.t
===================================================================
--- trunk/widgets/org.vexi.demo/org/vexi/demo/other.t   2007-09-06 22:43:31 UTC 
(rev 2139)
+++ trunk/widgets/org.vexi.demo/org/vexi/demo/other.t   2007-09-06 22:47:22 UTC 
(rev 2140)
@@ -21,16 +21,16 @@
         
         <ui:box orient="vertical" vshrink="true">
             <ui:box align="center" text="Option & Spin" shrink="true" />
-            <ui:box fill="blue">
+            <ui:box>
                 <ui:box />
-                <spin id="spin1" margin="5" min="0" max="100" interval="1" 
maxwidth="60" shrink="true" />
-                <option id="option" minwidth="105" shrink="true">
+                <spin id="spin1" min="0" max="100" interval="1" maxwidth="60" 
shrink="true" />
+                <option id="option" minwidth="105" hshrink="true">
                     <item text="added to" value="p" />
                     <item text="minus" value="m" />
                     <item text="multiplied by" value="t" />
                     <item text="divided by" value="d" />
                 </option>
-                <spin id="spin2" margin="5" min="0" max="100" interval="2.5" 
maxwidth="60" shrink="true" />
+                <spin id="spin2" min="0" max="100" interval="2.5" 
maxwidth="60" shrink="true" />
                 <ui:box />
             </ui:box>
         </ui:box>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to