You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/01/15 16:04:54 UTC

svn commit: r496363 - /myfaces/tobago/trunk/example/demo/src/main/webapp/overview/footer.jsp

Author: bommel
Date: Mon Jan 15 07:04:53 2007
New Revision: 496363

URL: http://svn.apache.org/viewvc?view=rev&rev=496363
Log:
(TOBAGO-185) tc:button should auto calculate necessary dimension

Modified:
    myfaces/tobago/trunk/example/demo/src/main/webapp/overview/footer.jsp

Modified: myfaces/tobago/trunk/example/demo/src/main/webapp/overview/footer.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/overview/footer.jsp?view=diff&rev=496363&r1=496362&r2=496363
==============================================================================
--- myfaces/tobago/trunk/example/demo/src/main/webapp/overview/footer.jsp (original)
+++ myfaces/tobago/trunk/example/demo/src/main/webapp/overview/footer.jsp Mon Jan 15 07:04:53 2007
@@ -20,7 +20,7 @@
 
   <tc:panel id="a">
     <f:facet name="layout">
-      <tc:gridLayout columns="70px;70px;130px;1*"
+      <tc:gridLayout columns="fixed;fixed;fixed;1*"
           rows="15px;fixed" id="b"/>
     </f:facet>