diff options
author | Leif Åstrand <leif@vaadin.com> | 2013-01-10 11:09:03 +0000 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-01-10 11:09:03 +0000 |
commit | 02b253b79ed08ec18b8a78c08483169bffe98630 (patch) | |
tree | 64dccc126356e793e1f9aa5e0065bf8b25affd86 | |
parent | 4516d864b1790b5433bae6eb509371cc39fadd2c (diff) | |
parent | eef677fdf93f7db58261d9288b4c2b7e4d8c28cf (diff) | |
download | vaadin-framework-02b253b79ed08ec18b8a78c08483169bffe98630.tar.gz vaadin-framework-02b253b79ed08ec18b8a78c08483169bffe98630.zip |
Merge "Modified test to avoid horizontal scrollbars"
-rw-r--r-- | uitest/src/com/vaadin/tests/components/uitest/components/SelectsCssTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/src/com/vaadin/tests/components/uitest/components/SelectsCssTest.java b/uitest/src/com/vaadin/tests/components/uitest/components/SelectsCssTest.java index af09b1007d..cf63222ee8 100644 --- a/uitest/src/com/vaadin/tests/components/uitest/components/SelectsCssTest.java +++ b/uitest/src/com/vaadin/tests/components/uitest/components/SelectsCssTest.java @@ -18,7 +18,7 @@ public class SelectsCssTest extends GridLayout { private int debugIdCounter = 0; public SelectsCssTest(TestSampler parent) { - super(10, 1); + super(8, 1); this.parent = parent; setSpacing(true); setWidth(null); |