Revision: 1935
          http://svn.sourceforge.net/vexi/?rev=1935&view=rev
Author:   clrg
Date:     2007-07-06 10:30:55 -0700 (Fri, 06 Jul 2007)

Log Message:
-----------
Tweaked layout for option/spin

Modified Paths:
--------------
    
widgets/trunk/org.vexi.widgets/src/org/vexi/theme/win2k/image/arrowdown_small.png
    
widgets/trunk/org.vexi.widgets/src/org/vexi/theme/win2k/image/arrowup_small.png
    widgets/trunk/org.vexi.widgets/src/org/vexi/theme/win2k/option.t
    widgets/trunk/org.vexi.widgets/src/org/vexi/theme/win2k/spin.t
    widgets/trunk/org.vexi.widgets/src/org/vexi/theme/win2k/textfield.t

Modified: 
widgets/trunk/org.vexi.widgets/src/org/vexi/theme/win2k/image/arrowdown_small.png
===================================================================
(Binary files differ)

Modified: 
widgets/trunk/org.vexi.widgets/src/org/vexi/theme/win2k/image/arrowup_small.png
===================================================================
(Binary files differ)

Modified: widgets/trunk/org.vexi.widgets/src/org/vexi/theme/win2k/option.t
===================================================================
--- widgets/trunk/org.vexi.widgets/src/org/vexi/theme/win2k/option.t    
2007-07-06 17:20:51 UTC (rev 1934)
+++ widgets/trunk/org.vexi.widgets/src/org/vexi/theme/win2k/option.t    
2007-07-06 17:30:55 UTC (rev 1935)
@@ -12,7 +12,7 @@
                      <ui:box id="output" align="left" shrink="true" />
                 </pad>
             </focusborder>
-            <button id="button" width="19" minheight="19" shrink="true">
+            <button id="button" width="18" minheight="18" shrink="true">
                 <ui:box fill="#d4d0c8"> 
                     <ui:box id="arrow" align="center" fill=".image.arrowdown" 
width="8" height="8" />
                 </ui:box>

Modified: widgets/trunk/org.vexi.widgets/src/org/vexi/theme/win2k/spin.t
===================================================================
--- widgets/trunk/org.vexi.widgets/src/org/vexi/theme/win2k/spin.t      
2007-07-06 17:20:51 UTC (rev 1934)
+++ widgets/trunk/org.vexi.widgets/src/org/vexi/theme/win2k/spin.t      
2007-07-06 17:30:55 UTC (rev 1935)
@@ -12,11 +12,11 @@
                 <ui:box id="content" align="right" shrink="true" />
             </focusborder>
             <ui:box orient="vertical" width="15">
-                <button id="more" repeats="true">
-                    <ui:box align="center" fill=".image.arrowup_small" 
width="5" height="4" />
+                <button id="more" repeats="true" height="9">
+                    <ui:box align="center" fill=".image.arrowup_small" 
width="3" height="2" />
                 </button>
-                <button id="less" repeats="true">
-                    <ui:box align="center" fill=".image.arrowdown_small" 
width="5" height="4" />
+                <button id="less" repeats="true" height="9">
+                    <ui:box align="center" fill=".image.arrowdown_small" 
width="3" height="2" />
                 </button>
             </ui:box>
         </bevel>

Modified: widgets/trunk/org.vexi.widgets/src/org/vexi/theme/win2k/textfield.t
===================================================================
--- widgets/trunk/org.vexi.widgets/src/org/vexi/theme/win2k/textfield.t 
2007-07-06 17:20:51 UTC (rev 1934)
+++ widgets/trunk/org.vexi.widgets/src/org/vexi/theme/win2k/textfield.t 
2007-07-06 17:30:55 UTC (rev 1935)
@@ -23,7 +23,7 @@
         thisbox.enabled ++= static.enabledFunc;
         
         /** keep viewport right height */
-        $edit.height ++= function(v) { th_viewport.height = v; cascade = v; }
+        $edit.height ++= function(v) { vexi.log.info("??" + v); 
th_viewport.height = v; cascade = v; }
         
     </bevel>
     


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