]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes #1913 : Test #1710 Layout alignment center|right broken
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Fri, 11 Jul 2008 08:34:28 +0000 (08:34 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Fri, 11 Jul 2008 08:34:28 +0000 (08:34 +0000)
svn changeset:5089/svn branch:trunk

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

index 638352b9638c4fee920a7609b49ed49d6824f32d..361e816cf09e80743f2c47138c78c1f38b68583d 100644 (file)
@@ -254,6 +254,7 @@ public class Ticket1710 extends com.itmill.toolkit.Application {
             internalLayout.setWidth("100%");\r
             setLayout(internalLayout);\r
             testedLayout = layout;\r
+            testPanelLayout.setWidth("100%");\r
             Panel controlWrapper = new Panel();\r
             controlWrapper.addComponent(controls);\r
             controlWrapper.setWidth("100%");\r