From 564be0c18702ccc20770b3d00539b9cb70114e79 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Fri, 28 Aug 2009 14:12:31 +0000 Subject: [PATCH] Fixed typos svn changeset:8584/svn branch:6.1 --- .../vaadin/demo/sampler/features/layouts/CssLayoutsExample.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/vaadin/demo/sampler/features/layouts/CssLayoutsExample.java b/src/com/vaadin/demo/sampler/features/layouts/CssLayoutsExample.java index b7938452da..6df40efeec 100644 --- a/src/com/vaadin/demo/sampler/features/layouts/CssLayoutsExample.java +++ b/src/com/vaadin/demo/sampler/features/layouts/CssLayoutsExample.java @@ -32,7 +32,7 @@ public class CssLayoutsExample extends VerticalLayout { panel.setStyleName("floatedpanel"); panel.setWidth("30%"); panel.setHeight("370px"); - panel.addComponent(new Label("This panel is 30% wide" + panel.addComponent(new Label("This panel is 30% wide " + "and 370px high (defined on the server side) " + "and floated right (with custom css). " + "Try resizing the browser window to see " -- 2.39.5