aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com/itmill/toolkit/demo/featurebrowser/LabelExample.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/com/itmill/toolkit/demo/featurebrowser/LabelExample.java b/src/com/itmill/toolkit/demo/featurebrowser/LabelExample.java
index 5ce5381fdb..fec121557b 100644
--- a/src/com/itmill/toolkit/demo/featurebrowser/LabelExample.java
+++ b/src/com/itmill/toolkit/demo/featurebrowser/LabelExample.java
@@ -80,11 +80,7 @@ public class LabelExample extends CustomComponent {
}
};
- // FIXME orderedlayout currently breaks panels in grid very oddly
- p.setLayout(new GridLayout());
p.addStyleName(Panel.STYLE_LIGHT);
- p.setWidth("100%");
- p.getLayout().setWidth("100%");
return p;
}
}