Revision: 4699 http://sourceforge.net/p/vexi/code/4699 Author: jeffbuhrt Date: 2014-05-23 23:58:35 +0000 (Fri, 23 May 2014) Log Message: ----------- option.t doesn't have a default auto-width (think there might be a couple other places in the demo, but this one stood out during my testing)
Modified Paths: -------------- branches/vexi3/org.vexi-vexi.demo/src_main/org/vexi/demo/feature/colorboxes.t Modified: branches/vexi3/org.vexi-vexi.demo/src_main/org/vexi/demo/feature/colorboxes.t =================================================================== --- branches/vexi3/org.vexi-vexi.demo/src_main/org/vexi/demo/feature/colorboxes.t 2014-05-20 13:19:14 UTC (rev 4698) +++ branches/vexi3/org.vexi-vexi.demo/src_main/org/vexi/demo/feature/colorboxes.t 2014-05-23 23:58:35 UTC (rev 4699) @@ -10,14 +10,14 @@ <ui:box shrink="true" text="Box Coloring Application!" /> <ui:box shrink="true"> <ui:box text="Color:" /> - <option id="color"> + <option id="color" minwidth="70"> <item text="red" value="#ff0000" selected="true" /> <item text="blue" value="#0000ff" /> <item text="green" value="#00ff00" /> </option> <separator hshrink="true" /> <ui:box text="Box size:" /> - <option id="zoom"> + <option id="zoom" minwidth="60"> <item text="auto" selected="true" /> <!--item text="25px" /> <item text="50px" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn