From: Artur Signell Date: Wed, 1 Oct 2008 08:43:23 +0000 (+0000) Subject: Fixed TestBench layout problem X-Git-Tag: 6.7.0.beta1~4044 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5e882603dead994c46f940338d9dc11379b104c8;p=vaadin-framework.git Fixed TestBench layout problem svn changeset:5573/svn branch:trunk --- diff --git a/src/com/itmill/toolkit/tests/TestBench.java b/src/com/itmill/toolkit/tests/TestBench.java index 963c31488f..52c041422c 100644 --- a/src/com/itmill/toolkit/tests/TestBench.java +++ b/src/com/itmill/toolkit/tests/TestBench.java @@ -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);