]> source.dussan.org Git - vaadin-framework.git/commitdiff
Width changes for #1710 test along the lines of #1930
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Fri, 11 Jul 2008 08:27:51 +0000 (08:27 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Fri, 11 Jul 2008 08:27:51 +0000 (08:27 +0000)
svn changeset:5088/svn branch:trunk

src/com/itmill/toolkit/tests/tickets/Ticket1710.java

index bd369b93775c3ad2fa8273209316a83158d31e62..638352b9638c4fee920a7609b49ed49d6824f32d 100644 (file)
@@ -38,6 +38,7 @@ public class Ticket1710 extends com.itmill.toolkit.Application {
         setMainWindow(new Window("#1710", lo));\r
         lo.setMargin(true);\r
         lo.setSpacing(true);\r
+        lo.setWidth("100%");\r
 \r
         // Hiding controls\r
         OrderedLayout hidingControls = new OrderedLayout(\r
@@ -250,6 +251,7 @@ public class Ticket1710 extends com.itmill.toolkit.Application {
         LayoutTestingPanel(String caption, Layout layout) {\r
             super(caption);\r
             OrderedLayout internalLayout = new OrderedLayout();\r
+            internalLayout.setWidth("100%");\r
             setLayout(internalLayout);\r
             testedLayout = layout;\r
             Panel controlWrapper = new Panel();\r