From: Jouni Koivuviita Date: Wed, 9 Sep 2009 11:17:30 +0000 (+0000) Subject: Added link style button to Reindeer theme example. X-Git-Tag: 6.7.0.beta1~2488 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6cdb620cb751d151a6c551d063dad74641e66aca;p=vaadin-framework.git Added link style button to Reindeer theme example. svn changeset:8719/svn branch:6.1 --- diff --git a/src/com/vaadin/demo/themes/ReindeerThemeStyles.java b/src/com/vaadin/demo/themes/ReindeerThemeStyles.java index 8dc59b8dc0..58d1eea762 100644 --- a/src/com/vaadin/demo/themes/ReindeerThemeStyles.java +++ b/src/com/vaadin/demo/themes/ReindeerThemeStyles.java @@ -160,6 +160,7 @@ public class ReindeerThemeStyles extends Application { b = new Button("Link style"); b.setStyleName("link"); + hl.addComponent(b); l.addComponent(hl);