diff options
author | Artur Signell <artur@vaadin.com> | 2013-01-10 00:39:51 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-01-10 00:39:51 +0200 |
commit | eef677fdf93f7db58261d9288b4c2b7e4d8c28cf (patch) | |
tree | 9dc8558fa7c53810d4c4d1f898065703fc23928a | |
parent | 909404f80d14bee2b070bb0d799fd83b60071ec2 (diff) | |
download | vaadin-framework-eef677fdf93f7db58261d9288b4c2b7e4d8c28cf.tar.gz vaadin-framework-eef677fdf93f7db58261d9288b4c2b7e4d8c28cf.zip |
Modified test to avoid horizontal scrollbars
Change-Id: Ib6a4ddcd417f64530066d3681734a823edffc364
-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); |