From: Matti Tahvonen Date: Tue, 11 Nov 2008 07:24:19 +0000 (+0000) Subject: fixed invalid layout X-Git-Tag: 6.7.0.beta1~3835 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c25053163836a5bdb4ce15fff69219b6adb8bd9d;p=vaadin-framework.git fixed invalid layout svn changeset:5858/svn branch:trunk --- diff --git a/src/com/itmill/toolkit/demo/featurebrowser/SelectExample.java b/src/com/itmill/toolkit/demo/featurebrowser/SelectExample.java index 00f5675780..819ad6b3b1 100644 --- a/src/com/itmill/toolkit/demo/featurebrowser/SelectExample.java +++ b/src/com/itmill/toolkit/demo/featurebrowser/SelectExample.java @@ -37,6 +37,7 @@ public class SelectExample extends CustomComponent { final OrderedLayout horiz = new OrderedLayout( OrderedLayout.ORIENTATION_HORIZONTAL); + horiz.setWidth("100%"); main.addComponent(horiz); final Panel single = new Panel("Single selects"); single.setStyleName(Panel.STYLE_LIGHT);