aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>2007-02-07 11:37:31 +0000
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>2007-02-07 11:37:31 +0000
commita1ad5a83ceab31d05e582cfefa5a4a163ad246c7 (patch)
tree5bdabfb6f3d47e291433bed46bcd978551c0c84d
parent9133c0fa14565af197c712e273feebf2cb7717b0 (diff)
downloadvaadin-framework-a1ad5a83ceab31d05e582cfefa5a4a163ad246c7.tar.gz
vaadin-framework-a1ad5a83ceab31d05e582cfefa5a4a163ad246c7.zip
Removed explicit setting of width and height
svn changeset:511/svn branch:toolkit
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureTable.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/itmill/toolkit/demo/features/FeatureTable.java b/src/com/itmill/toolkit/demo/features/FeatureTable.java
index 3dd0168eb0..0fe3289660 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureTable.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureTable.java
@@ -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++) {