From 56aeebeff868748c4d4f268a6064f6960f05ae8d Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 10 Oct 2006 11:14:04 +0000 Subject: [PATCH] Add winlist color classes. Why does winlist/item/e.text.label have 2 text_classes ? Typo ? SVN revision: 26475 --- data/themes/default_winlist.edc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/themes/default_winlist.edc b/data/themes/default_winlist.edc index 83bd7c372..91af35104 100644 --- a/data/themes/default_winlist.edc +++ b/data/themes/default_winlist.edc @@ -179,6 +179,7 @@ group { } color: 255 255 255 255; color3: 0 0 0 22; + color_class: "winlist_title"; text { text: "Title goes here"; font: "Edje-Vera-Bold"; @@ -227,6 +228,7 @@ group { } color: 0 0 0 255; color3: 0 0 0 22; + color_class: "winlist_label"; text { text: "Title goes here"; font: "Edje-Vera-Bold"; @@ -529,6 +531,7 @@ group { } color: 0 0 0 255; color3: 255 255 255 128; + color_class: "winlist_item"; text { text: "Item Label"; font: "Edje-Vera";