summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com/itmill/toolkit/demo/sampler/features/table/TableMainFeaturesExample.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/itmill/toolkit/demo/sampler/features/table/TableMainFeaturesExample.java b/src/com/itmill/toolkit/demo/sampler/features/table/TableMainFeaturesExample.java
index a7cbad0dc1..860467fbba 100644
--- a/src/com/itmill/toolkit/demo/sampler/features/table/TableMainFeaturesExample.java
+++ b/src/com/itmill/toolkit/demo/sampler/features/table/TableMainFeaturesExample.java
@@ -69,6 +69,7 @@ public class TableMainFeaturesExample extends VerticalLayout {
Table.ALIGN_CENTER);
// Column width
+ table.setColumnExpandRatio(ExampleUtil.iso3166_PROPERTY_NAME, 1);
table.setColumnWidth(ExampleUtil.iso3166_PROPERTY_SHORT, 70);
// Collapse one column - the user can make it visible again