]> source.dussan.org Git - vaadin-framework.git/commitdiff
Removed explicit setting of width and height
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Wed, 7 Feb 2007 11:37:31 +0000 (11:37 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Wed, 7 Feb 2007 11:37:31 +0000 (11:37 +0000)
svn changeset:511/svn branch:toolkit

src/com/itmill/toolkit/demo/features/FeatureTable.java

index 3dd0168eb048acbccc655af47191935ef762a4c1..0fe328966030bc078b1f8650e5f58a08949f82f2 100644 (file)
@@ -81,8 +81,6 @@ public class FeatureTable extends Feature implements Action.Handler {
                t.addContainerProperty("Age", String.class, "");
                t.addContainerProperty("Eyecolor", String.class, "");
                t.addContainerProperty("Haircolor", String.class, "");
-               t.setHeight(250);
-               t.setWidth(400);
 
                // Add random rows to table
                for (int j = 0; j < 300; j++) {