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 2010/03/10 11:05:39 UTC

svn commit: r921275 - 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: Wed Mar 10 10:05:38 2010
New Revision: 921275

URL: http://svn.apache.org/viewvc?rev=921275&view=rev
Log:
TOBAOG-606: Layout: add/fix some properties

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=921275&r1=921274&r2=921275&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 Wed Mar 10 10:05:38 2010
@@ -46,8 +46,8 @@ Button.fontWidth=8
 Button.imageWidth=18
 Button.paddingWidth=10
 Button.preferredHeight=25
-Button.minimalHeight=25
-Button.minimalWidth=10
+Button.minimumHeight=25
+Button.minimumWidth=10
 
 Cell.headerHeight=0
 Cell.minimumWidth=0
@@ -93,6 +93,11 @@ Label.fixedWidth=144
 Label.fixedHeight=25
 Label.preferredWidth=144
 
+# todo: check this values
+Link.minimumHeight=20
+Link.preferredHeight=20
+Link.maximumHeight=20
+
 MenuBar.fixedHeight=19
 
 Message.messageHeight=20

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=921275&r1=921274&r2=921275&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 Wed Mar 10 10:05:38 2010
@@ -33,8 +33,8 @@ Box.bottomOffset=7
 Box.shadow=1
 
 Button.preferredHeight=20
-Button.minimalHeight=20
-Button.minimalWidth=10
+Button.minimumHeight=20
+Button.minimumWidth=10
 
 Date.preferredHeight=20
 Date.css.border-left-width=1
@@ -63,6 +63,10 @@ In.css.padding-bottom=2
 Label.fixedWidth=120
 Label.preferredWidth=120
 
+Link.minimumHeight=14
+Link.preferredHeight=14
+Link.maximumHeight=14
+
 Out.preferredHeight=20
 
 Popup.paddingWidth=0