]> source.dussan.org Git - vaadin-framework.git/commitdiff
workaround + fixme note
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 22 Oct 2008 12:52:46 +0000 (12:52 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 22 Oct 2008 12:52:46 +0000 (12:52 +0000)
svn changeset:5697/svn branch:trunk

src/com/itmill/toolkit/demo/featurebrowser/LabelExample.java

index 2747c1fdfe81717451ecf381f557ff7f8f1ec3bd..5ce5381fdb7b950fa4009e80ea608fb7707dc3f0 100644 (file)
@@ -80,6 +80,8 @@ public class LabelExample extends CustomComponent {
             }\r
 \r
         };\r
+        // FIXME orderedlayout currently breaks panels in grid very oddly\r
+        p.setLayout(new GridLayout());\r
         p.addStyleName(Panel.STYLE_LIGHT);\r
         p.setWidth("100%");\r
         p.getLayout().setWidth("100%");\r