You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2010/05/04 15:17:36 UTC

svn commit: r940844 - /myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/src/main/webapp/inputSlider.jsp

Author: lofwyr
Date: Tue May  4 13:17:36 2010
New Revision: 940844

URL: http://svn.apache.org/viewvc?rev=940844&view=rev
Log:
cleanup

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/src/main/webapp/inputSlider.jsp

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/src/main/webapp/inputSlider.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/src/main/webapp/inputSlider.jsp?rev=940844&r1=940843&r2=940844&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/src/main/webapp/inputSlider.jsp (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/src/main/webapp/inputSlider.jsp Tue May  4 13:17:36 2010
@@ -28,7 +28,7 @@
     </f:facet>
     <tc:box label="InputSlider (problems: scriptaculous was removed, no layout manager)">
       <f:facet name="layout">
-        <tc:gridLayout columns="fixed;*" rows="fixed;*"/>
+        <tc:gridLayout columns="3*;*" rows="fixed;*"/>
       </f:facet>
       <tcs:numberSlider value="#{controller.sliderValue}" min="0" max="200">
       </tcs:numberSlider>