]> source.dussan.org Git - vaadin-framework.git/commitdiff
Added link style button to Reindeer theme example.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Wed, 9 Sep 2009 11:17:30 +0000 (11:17 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Wed, 9 Sep 2009 11:17:30 +0000 (11:17 +0000)
svn changeset:8719/svn branch:6.1

src/com/vaadin/demo/themes/ReindeerThemeStyles.java

index 8dc59b8dc0a3285e050f1c92e95474f33fac4376..58d1eea7629708b58fad818681a348924ff55940 100644 (file)
@@ -160,6 +160,7 @@ public class ReindeerThemeStyles extends Application {
 
         b = new Button("Link style");
         b.setStyleName("link");
+        hl.addComponent(b);
 
         l.addComponent(hl);