aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/itmill/toolkit/tests/TestBench.java2
1 files changed, 1 insertions, 1 deletions
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);