Revision: 1958
          http://svn.sourceforge.net/vexi/?rev=1958&view=rev
Author:   clrg
Date:     2007-07-08 21:09:01 -0700 (Sun, 08 Jul 2007)

Log Message:
-----------
Improved layout for text widgets demo

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

Modified: widgets/trunk/org.vexi.demo/org/vexi/demo/text.t
===================================================================
--- widgets/trunk/org.vexi.demo/org/vexi/demo/text.t    2007-07-09 04:00:00 UTC 
(rev 1957)
+++ widgets/trunk/org.vexi.demo/org/vexi/demo/text.t    2007-07-09 04:09:01 UTC 
(rev 1958)
@@ -2,21 +2,19 @@
 
 <vexi xmlns:ui="vexi://ui" xmlns="vexi.widget">
     <pad orient="vertical" padding="3">
-        <ui:box align="bottom" shrink="true" text="Textfields" />
-        <ui:box height="5" vshrink="true" />
         <ui:box vshrink="true">
             <ui:box width="3" shrink="true" />
             <ui:box align="right" shrink="true" text="Textfield: " />
-            <textfield id="textfield" marginleft="5" text="Edit this 
textfield!" />
+            <textfield id="textfield" align="center" marginleft="5" text="Edit 
this textfield!" />
             <button id="enable" marginleft="10" text="Enable" />
         </ui:box>
         <ui:box height="5" vshrink="true" />
         <ui:box vshrink="true">
             <ui:box width="3" shrink="true" />
             <ui:box align="right" shrink="true" text="Passfield: " />
-            <textfield id="passfield" margin="3 5" password="true" />
+            <textfield id="passfield" align="center" marginright="10" 
password="true" />
             <ui:box align="left" shrink="true" text="Password: " />
-            <ui:box id="value" align="left" />
+            <textfield id="value" align="center" enabled="false" />
             <button id="expose" marginleft="10" text="Expose Value" />
         </ui:box>
         <separator margin="8 3" />


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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to