summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2009-08-28 14:12:31 +0000
committerArtur Signell <artur.signell@itmill.com>2009-08-28 14:12:31 +0000
commit564be0c18702ccc20770b3d00539b9cb70114e79 (patch)
tree58416c705bda1ea70c404f49211b401eed01c31a /src
parent0bce8f9f64db10bae831036e9a2daa47a91d83c8 (diff)
downloadvaadin-framework-564be0c18702ccc20770b3d00539b9cb70114e79.tar.gz
vaadin-framework-564be0c18702ccc20770b3d00539b9cb70114e79.zip
Fixed typos
svn changeset:8584/svn branch:6.1
Diffstat (limited to 'src')
-rw-r--r--src/com/vaadin/demo/sampler/features/layouts/CssLayoutsExample.java2
1 files changed, 1 insertions, 1 deletions
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 "