Elementary default.edc: Fixed genlist item styles. TEXT part does not need to have "default" 1.0 state. Align text with -1.0 0.5.

SVN revision: 59880
This commit is contained in:
Daniel Juyung Seo 2011-06-01 16:55:56 +00:00
parent fbf087b4e5
commit dd34b66b4f
1 changed files with 2 additions and 9 deletions

View File

@ -15958,15 +15958,10 @@ collections {
size: 10; size: 10;
min: 1 1; min: 1 1;
// min: 0 1; // min: 0 1;
align: 0.0 0.5; align: -1.0 0.5;
text_class: "list_item"; text_class: "list_item";
} }
} }
description {
state: "default" 1.0;
inherit: "default" 0.0;
text.align: -1.0 0.5;
}
description { state: "selected" 0.0; description { state: "selected" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
color: 224 224 224 255; color: 224 224 224 255;
@ -16049,7 +16044,6 @@ collections {
action: STATE_SET "default" 1.0; action: STATE_SET "default" 1.0;
target: "base_sh"; target: "base_sh";
target: "base"; target: "base";
target: "elm.text";
} }
program { program {
name: "even"; name: "even";
@ -16058,7 +16052,6 @@ collections {
action: STATE_SET "default" 0.0; action: STATE_SET "default" 0.0;
target: "base_sh"; target: "base_sh";
target: "base"; target: "base";
target: "elm.text";
} }
program { program {
name: "go_active"; name: "go_active";
@ -24969,7 +24962,7 @@ collections {
font: "Sans"; font: "Sans";
size: 10; size: 10;
min: 1 1; min: 1 1;
align: 0.5 0.5; align: -1.0 0.5;
text_class: "list_item"; text_class: "list_item";
} }
} }