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/02/15 10:46:28 UTC

svn commit: r1070824 - in /myfaces/tobago/trunk: tobago-example/tobago-example-test/src/main/webapp/tc/image/ tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/ tobago-theme/...

Author: lofwyr
Date: Tue Feb 15 09:46:27 2011
New Revision: 1070824

URL: http://svn.apache.org/viewvc?rev=1070824&view=rev
Log:
TOBAGO-606: preferred height for tc:label

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/image/disabled.xhtml
    myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago-theme-config.properties
    myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/property/tobago-theme-config.properties

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/image/disabled.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/image/disabled.xhtml?rev=1070824&r1=1070823&r2=1070824&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/image/disabled.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/tc/image/disabled.xhtml Tue Feb 15 09:46:27 2011
@@ -25,7 +25,7 @@
   <tc:page id="page" width="600px" height="600px">
 
     <f:facet name="layout">
-      <tc:gridLayout columns="*;*" rows="*;auto;auto;auto;*"/>
+      <tc:gridLayout columns="*;*" rows="auto;auto;auto;auto;*"/>
     </f:facet>
 
     <tc:label id="label" value="normal"/>

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago-theme-config.properties
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago-theme-config.properties?rev=1070824&r1=1070823&r2=1070824&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago-theme-config.properties (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago-theme-config.properties Tue Feb 15 09:46:27 2011
@@ -99,6 +99,7 @@ In.css.padding-bottom=2
 Label.fixedWidth=144
 Label.fixedHeight=25
 Label.preferredWidth=144
+Label.preferredHeight=25
 Label.css.padding-left=2
 Label.css.padding-top=3
 Label.css.padding-right=2

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/property/tobago-theme-config.properties
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/property/tobago-theme-config.properties?rev=1070824&r1=1070823&r2=1070824&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/property/tobago-theme-config.properties (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/property/tobago-theme-config.properties Tue Feb 15 09:46:27 2011
@@ -69,6 +69,7 @@ In.css.padding-bottom=2
 
 Label.fixedWidth=120
 Label.preferredWidth=120
+Label.preferredHeight=20
 
 Link.minimumHeight=14
 Link.preferredHeight=14