diff options
author | Henri Sara <henri.sara@itmill.com> | 2010-06-21 15:03:15 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2010-06-21 15:03:15 +0000 |
commit | c0e8442f243d69c7f63590bf34aa68f7bff2b37a (patch) | |
tree | b567615a1639f3c0dc9e23d5c3ffc52e873d5ba9 /WebContent/WEB-INF/portlet.xml | |
parent | 481256bbdfc46149c87203d82f4c52fdfad07f29 (diff) | |
download | vaadin-framework-c0e8442f243d69c7f63590bf34aa68f7bff2b37a.tar.gz vaadin-framework-c0e8442f243d69c7f63590bf34aa68f7bff2b37a.zip |
#5204 address book portlet height
svn changeset:13843/svn branch:6.4
Diffstat (limited to 'WebContent/WEB-INF/portlet.xml')
-rw-r--r-- | WebContent/WEB-INF/portlet.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/WEB-INF/portlet.xml b/WebContent/WEB-INF/portlet.xml index 2b107d5ae2..8edf8dc0c6 100644 --- a/WebContent/WEB-INF/portlet.xml +++ b/WebContent/WEB-INF/portlet.xml @@ -199,6 +199,10 @@ <name>widgetset</name> <value>com.vaadin.portal.gwt.PortalDefaultWidgetSet</value> </init-param> + <init-param> + <name>style</name> + <value>height:650px</value> + </init-param> <supports> <mime-type>text/html</mime-type> <portlet-mode>view</portlet-mode> |