Add winlist color classes.

Why does winlist/item/e.text.label have 2 text_classes ? Typo ?


SVN revision: 26475
This commit is contained in:
Christopher Michael 2006-10-10 11:14:04 +00:00
parent 8d4e2f4612
commit 56aeebeff8
1 changed files with 3 additions and 0 deletions

View File

@ -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";