Revision: 4365
          http://vexi.svn.sourceforge.net/vexi/?rev=4365&view=rev
Author:   jeffbuhrt
Date:     2012-02-23 19:10:55 +0000 (Thu, 23 Feb 2012)
Log Message:
-----------
removed outer scrollpane which isn't needed in this specific testcase to repeat 
the problem

Modified Paths:
--------------
    trunk/org.vexi-vexi.demo/src_main/org/vexi/demo/feature/testcase_grid2.t

Modified: 
trunk/org.vexi-vexi.demo/src_main/org/vexi/demo/feature/testcase_grid2.t
===================================================================
--- trunk/org.vexi-vexi.demo/src_main/org/vexi/demo/feature/testcase_grid2.t    
2012-02-23 19:00:12 UTC (rev 4364)
+++ trunk/org.vexi-vexi.demo/src_main/org/vexi/demo/feature/testcase_grid2.t    
2012-02-23 19:10:55 UTC (rev 4365)
@@ -7,11 +7,11 @@
     static.name = "Grid Layout Test Case";
     static.category = "Test Cases";
     
-       <wi:scrollpane orient="vertical" padding="2" align="topleft" 
autohide="true" fill="orange">     
+       <ui:box orient="vertical" padding="2" align="topleft" autohide="true" 
fill="orange">    
                
                <lay:grid id="grid" cols="2" align="top" vshrink="true" 
fill="pink">
                
-                       <ui:box text="Left header 4" width="150" fill="yellow" 
/>
+                       <ui:box text="Left header 5" width="150" fill="yellow" 
/>
                        <ui:box text="Right header" fill="green" />
                        
                        <ui:box id="twocol" colspan="2" fill="blue" />
@@ -46,5 +46,5 @@
                        cascade = v;
                }
                $switchText.action = true;
-       </wi:scrollpane>
+       </ui:box>
 </vexi>
\ No newline at end of file

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


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to