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/11/04 18:16:27 UTC

svn commit: r832799 - 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 Nov  4 17:16:27 2009
New Revision: 832799

URL: http://svn.apache.org/viewvc?rev=832799&view=rev
Log:
TOBAGO-606: Layout Manager
 - setting height for SelectOneBooleanCheckbox

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=832799&r1=832798&r2=832799&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 Nov  4 17:16:27 2009
@@ -116,6 +116,7 @@
 RichTextEditor.headerHeight=28
 
 SelectBooleanCheckbox.componentExtraWidth=21
+SelectBooleanCheckbox.height=24
 
 SelectManyCheckbox.fixedHeight=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=832799&r1=832798&r2=832799&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 Nov  4 17:16:27 2009
@@ -69,6 +69,8 @@
 Popup.paddingWidth=0
 Popup.paddingHeight=0
 
+SelectBooleanCheckbox.height=19
+
 SelectOneChoice.preferredHeight=20
 
 Separator.preferredHeight=14