]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed TestBench layout problem
authorArtur Signell <artur.signell@itmill.com>
Wed, 1 Oct 2008 08:43:23 +0000 (08:43 +0000)
committerArtur Signell <artur.signell@itmill.com>
Wed, 1 Oct 2008 08:43:23 +0000 (08:43 +0000)
svn changeset:5573/svn branch:trunk

src/com/itmill/toolkit/tests/TestBench.java

index 963c31488f2762355727f9d94c2f4e6626633375..52c041422cadb28772ec2995a1db217df4df822f 100644 (file)
@@ -116,7 +116,7 @@ public class TestBench extends com.itmill.toolkit.Application implements
         mainLayout.addComponent(menu);
 
         bodyLayout.addStyleName("light");
-        bodyLayout.setHeight(100, Component.UNITS_PERCENTAGE);
+        bodyLayout.setSizeFull();
         bodyLayout.setLayout(new ExpandLayout());
 
         mainLayout.addComponent(bodyLayout);