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 2009/08/31 17:50:07 UTC

svn commit: r809636 - in /myfaces/tobago/trunk/theme: scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/ speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/property/

Author: lofwyr
Date: Mon Aug 31 15:50:07 2009
New Revision: 809636

URL: http://svn.apache.org/viewvc?rev=809636&view=rev
Log:
TOBAGO-606: Layout-Manager
 - max and min of UIIn are the same like preferred

Modified:
    myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago-theme-config.properties
    myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/property/tobago-theme-config.properties

Modified: myfaces/tobago/trunk/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/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago-theme-config.properties?rev=809636&r1=809635&r2=809636&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago-theme-config.properties (original)
+++ myfaces/tobago/trunk/theme/scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/property/tobago-theme-config.properties Mon Aug 31 15:50:07 2009
@@ -74,7 +74,9 @@
 
 Image.headerHeight=0
 
+In.minimumHeight=25
 In.preferredHeight=25
+In.maximumHeight=25
 In.css.border-left-width=2
 In.css.border-top-width=2
 In.css.border-right-width=2

Modified: myfaces/tobago/trunk/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/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/property/tobago-theme-config.properties?rev=809636&r1=809635&r2=809636&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/property/tobago-theme-config.properties (original)
+++ myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/property/tobago-theme-config.properties Mon Aug 31 15:50:07 2009
@@ -47,7 +47,9 @@
 
 DatePicker.fixedWidth=20
 
+In.minimumHeight=20
 In.preferredHeight=20
+In.maximumHeight=20
 In.css.border-left-width=1
 In.css.border-top-width=1
 In.css.border-right-width=1