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 2011/10/10 10:11:54 UTC

svn commit: r1180822 - /myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/sheet/sheet-types.xhtml

Author: lofwyr
Date: Mon Oct 10 08:11:54 2011
New Revision: 1180822

URL: http://svn.apache.org/viewvc?rev=1180822&view=rev
Log:
fix

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/sheet/sheet-types.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/sheet/sheet-types.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/sheet/sheet-types.xhtml?rev=1180822&r1=1180821&r2=1180822&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/sheet/sheet-types.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/sheet/sheet-types.xhtml Mon Oct 10 08:11:54 2011
@@ -23,7 +23,7 @@
     xmlns:f="http://java.sun.com/jsf/core">
 
   <tc:page id="page">
-    <tc:gridLayoutConstraint width="1100px" height="600px"/>
+    <tc:gridLayoutConstraint width="1000px" height="600px"/>
 
     <tc:sheet value="#{sheet.solarArray}" id="sheet" columns="20px;*;*;*;*;2*;*;*;*;*;2*" var="luminary" rows="20">
       <tc:columnSelector />
@@ -61,9 +61,6 @@
         <tc:image value="image/foo.gif" width="16px" height="16px"/>
       </tc:column>
       <tc:column label="&lt;tc:panel>" id="c_panel">
-        <f:facet name="layout">
-          <tc:gridLayout columns="*;10px;*"/>
-        </f:facet>
         <tc:panel>
           <f:facet name="layout">
             <tc:gridLayout columns="*;10px;*" rows="20px"/>