From adc6748d6bcd3c4eac50855160ab060e3551d2b3 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Thu, 7 Aug 2014 22:15:01 +0300 Subject: Split common-stylenames to individual component files (#14374) Moved notification and valo-menu styles to the components folder as well, and added them to the $v-included-components list. Additional styles are now also controlled with a list variable, which lists all components whose additional styles should be included in the build. Change-Id: Ifb8d49d71622decf8fa0d4875985fcafd908a1f8 --- uitest/src/com/vaadin/tests/themes/valo/CommonParts.java | 1 + 1 file changed, 1 insertion(+) (limited to 'uitest') diff --git a/uitest/src/com/vaadin/tests/themes/valo/CommonParts.java b/uitest/src/com/vaadin/tests/themes/valo/CommonParts.java index 75d51ed2a6..cd378c3754 100644 --- a/uitest/src/com/vaadin/tests/themes/valo/CommonParts.java +++ b/uitest/src/com/vaadin/tests/themes/valo/CommonParts.java @@ -240,6 +240,7 @@ public class CommonParts extends VerticalLayout implements View { }; style.setCaption("Additional style"); + style.addItem("Dark", styleCommand).setCheckable(true); style.addItem("Success", styleCommand).setCheckable(true); style.addItem("Failure", styleCommand).setCheckable(true); style.addItem("Bar", styleCommand).setCheckable(true); -- cgit v1.2.3