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 13:50:34 UTC

svn commit: r809550 - 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 11:50:34 2009
New Revision: 809550

URL: http://svn.apache.org/viewvc?rev=809550&view=rev
Log:
TOBAGO-606: Layout-Manager
 - setting some theme dependant defaults
 - removing min=-1 as default for all tobago components, not compatibe with new layout

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=809550&r1=809549&r2=809550&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 11:50:34 2009
@@ -28,8 +28,6 @@
 Tobago.contentBorder=0
 Tobago.clientBorder=12
 Tobago.headerHeight=0
-Tobago.minimumWidth=-1
-Tobago.minimumHeight=-1
 Tobago.labelSpace=0
 Tobago.CalendarPopupWidth=250
 Tobago.CalendarPopupHeight=350
@@ -50,6 +48,8 @@
 Button.imageWidth=18
 Button.paddingWidth=10
 Button.preferredHeight=25
+Button.minimalHeight=25
+Button.minimalWidth=10
 
 Cell.headerHeight=0
 Cell.minimumWidth=0

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=809550&r1=809549&r2=809550&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 11:50:34 2009
@@ -32,6 +32,8 @@
 Box.bottomOffset=7
 
 Button.preferredHeight=20
+Button.minimalHeight=20
+Button.minimalWidth=10
 
 Date.preferredHeight=20
 Date.css.border-left-width=1