From 5e882603dead994c46f940338d9dc11379b104c8 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Wed, 1 Oct 2008 08:43:23 +0000 Subject: [PATCH] Fixed TestBench layout problem svn changeset:5573/svn branch:trunk --- src/com/itmill/toolkit/tests/TestBench.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5