From: Artur Signell Date: Fri, 28 Aug 2009 14:12:31 +0000 (+0000) Subject: Fixed typos X-Git-Tag: 6.7.0.beta1~2572 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=564be0c18702ccc20770b3d00539b9cb70114e79;p=vaadin-framework.git Fixed typos svn changeset:8584/svn branch:6.1 --- 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 "