From da6001c7b1bf6839c266052f7995ad90db3850d3 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Fri, 2 Nov 2007 08:37:59 +0000 Subject: [PATCH] switched back ExpandLayout svn changeset:2669/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 1a6a5e2c73..e6d7d311fa 100644 --- a/src/com/itmill/toolkit/tests/TestBench.java +++ b/src/com/itmill/toolkit/tests/TestBench.java @@ -98,7 +98,7 @@ public class TestBench extends com.itmill.toolkit.Application implements bodyLayout.addStyleName("light"); bodyLayout.setHeight(100); bodyLayout.setHeightUnits(Panel.UNITS_PERCENTAGE); - bodyLayout.setLayout(new OrderedLayout()); + bodyLayout.setLayout(new ExpandLayout()); mainLayout.addComponent(bodyLayout); -- 2.39.5