diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/com/itmill/toolkit/demo/featurebrowser/ButtonExample.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/itmill/toolkit/demo/featurebrowser/ButtonExample.java b/src/com/itmill/toolkit/demo/featurebrowser/ButtonExample.java index a352fe99ff..c92b584b5b 100644 --- a/src/com/itmill/toolkit/demo/featurebrowser/ButtonExample.java +++ b/src/com/itmill/toolkit/demo/featurebrowser/ButtonExample.java @@ -31,6 +31,7 @@ public class ButtonExample extends CustomComponent implements final OrderedLayout horiz = new OrderedLayout(
OrderedLayout.ORIENTATION_HORIZONTAL);
+ horiz.setWidth("100%");
main.addComponent(horiz);
final Panel basic = new Panel("Basic buttons");
basic.setStyleName(Panel.STYLE_LIGHT);
|