diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2007-11-19 14:33:22 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2007-11-19 14:33:22 +0000 |
commit | d85eed4ae1f52c3ba959f82955e2f6eca1465f76 (patch) | |
tree | 14cd957beb5d3fd01e84dd9ebd59a82288021f77 /src/com/itmill/toolkit/tests/featurebrowser/Feature.java | |
parent | f2e3722df9676436680afc0f1991e91e1696fb99 (diff) | |
download | vaadin-framework-d85eed4ae1f52c3ba959f82955e2f6eca1465f76.tar.gz vaadin-framework-d85eed4ae1f52c3ba959f82955e2f6eca1465f76.zip |
-Fixed top and bottom margins in IOrderedLayout when adding new components on-the-fly.
-Panel now has faint lines above and below content area, to show clipping edges.
svn changeset:2865/svn branch:trunk
Diffstat (limited to 'src/com/itmill/toolkit/tests/featurebrowser/Feature.java')
-rw-r--r-- | src/com/itmill/toolkit/tests/featurebrowser/Feature.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/itmill/toolkit/tests/featurebrowser/Feature.java b/src/com/itmill/toolkit/tests/featurebrowser/Feature.java index 0ce70f67bb..058cff97aa 100644 --- a/src/com/itmill/toolkit/tests/featurebrowser/Feature.java +++ b/src/com/itmill/toolkit/tests/featurebrowser/Feature.java @@ -131,6 +131,7 @@ public abstract class Feature extends CustomComponent { } description = new Label(label, Label.CONTENT_XHTML); mainLayout.addComponent(description); + mainLayout.setMargin(true); ts.addTab(mainLayout, "Description", null); } |