]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixing example
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 28 Oct 2008 09:35:20 +0000 (09:35 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 28 Oct 2008 09:35:20 +0000 (09:35 +0000)
svn changeset:5748/svn branch:trunk

src/com/itmill/toolkit/demo/featurebrowser/LayoutExample.java

index c411233d96ce299eea288ff27a74419f69fa45f2..a48d3f7bac4047bab9d024e8a38242f4a06bc0e9 100644 (file)
@@ -25,6 +25,7 @@ public class LayoutExample extends CustomComponent {
         setCompositionRoot(main);\r
 \r
         final GridLayout g = new GridLayout(2, 5);\r
+        g.setWidth("100%");\r
         main.addComponent(g);\r
 \r
         // panel\r