discomfitor pushed a commit to branch master. http://git.enlightenment.org/themes/darkness.git/commit/?id=cc94472206525af8aef33529c21b80c0b448fbb0
commit cc94472206525af8aef33529c21b80c0b448fbb0 Author: discomfitor <[email protected]> Date: Thu Dec 26 16:16:51 2013 -0500 switch to Label style for genlist text --- elm/widgets/genlist.edc | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/elm/widgets/genlist.edc b/elm/widgets/genlist.edc index 2dad07a..00845a7 100644 --- a/elm/widgets/genlist.edc +++ b/elm/widgets/genlist.edc @@ -129,7 +129,7 @@ rel1 { to_x: "elm.swallow.icon"; relative: 1.0 0.0; - offset: 0 4; + offset: 3 4; } rel2 { offset: -1 -5; @@ -246,7 +246,7 @@ min: 0 1; // min: 1 1; align: 0.0 0.0; - text_class: "Label-char"; + text_class: "Label"; } } description { state: "selected" 0.0; @@ -284,7 +284,7 @@ min: 0 1; // min: 1 1; align: 0.0 0.0; - text_class: "Label-char"; + text_class: "Label"; } } description { state: "selected" 0.0; @@ -304,7 +304,7 @@ offset: -5 -5; } align: 0.0 0.0; - text.text_class: "Label-char"; + text.text_class: "Label"; ) FOCUS_GLOW(0.0, 0.0, 0, 0, "base", 1.0, 1.0, 3, -1, "base") GENLIST_PART_DISCLIP("base") @@ -347,7 +347,7 @@ relative: 0.0 1.0; offset: -1 -5; } - text.text_class: "Label-char"; + text.text_class: "Label"; ) FOCUS_GLOW(0.0, 0.0, 0, 0, "base", 1.0, 1.0, 3, -1, "base") GENLIST_PART_DISCLIP("base") @@ -386,7 +386,7 @@ rel2 { offset: -1 -5; } - text.text_class: "Label-char"; + text.text_class: "Label"; ) FOCUS_GLOW(0.0, 0.0, 0, 0, "base", 1.0, 1.0, 3, -1, "base") GENLIST_PART_DISCLIP("base") @@ -478,7 +478,7 @@ relative: 0.0 1.0; offset: -1 -5; } - text.text_class: "Label-char"; + text.text_class: "Label"; ) FOCUS_GLOW(0.0, 0.0, 0, 0, "base", 1.0, 1.0, 3, -1, "base") GENLIST_PART_DISCLIP("base") @@ -671,9 +671,9 @@ relative: 0.0 0.5; offset: -1 -5; } - text.text_class: "Label-char"; + text.text_class: "Label"; ) - GENLIST_PART_TEXT_SUB(0, "Label-char") + GENLIST_PART_TEXT_SUB(0, "Label") FOCUS_GLOW(0.0, 0.0, 0, 0, "base", 1.0, 1.0, 3, -1, "base") GENLIST_PART_DISCLIP("base") } @@ -767,9 +767,9 @@ relative: 0.0 0.5; offset: -1 -5; } - text.text_class: "Label-char"; + text.text_class: "Label"; ) - GENLIST_PART_TEXT_SUB(0, "Label-char") + GENLIST_PART_TEXT_SUB(0, "Label") FOCUS_GLOW(0.0, 0.0, 0, 0, "base", 1.0, 1.0, 3, -1, "base") GENLIST_PART_DISCLIP("base") } @@ -908,7 +908,7 @@ size: 8; min: 0 1; align: 0.0 0.5; - text_class: "Label-char"; + text_class: "Label"; } } description { state: "selected" 0.0; @@ -972,7 +972,7 @@ color: 255 255 255 255; color3: 0 0 0 0; text { - text_class: "Label-char"; + text_class: "Label"; min: 1 1; align: 1.0 0.5; } @@ -1010,7 +1010,7 @@ color: 255 255 255 255; color3: 0 0 0 0; text { - text_class: "Label-char"; + text_class: "Label"; min: 1 1; align: 0.0 0.5; text: "."; @@ -1054,7 +1054,7 @@ size: 8; min: 0 1; align: 0.0 0.5; - text_class: "Label-char"; + text_class: "Label"; } } description { state: "selected" 0.0; @@ -1134,7 +1134,7 @@ size: 8; min: 0 1; align: 0.0 0.5; - text_class: "Label-char"; + text_class: "Label"; } } description { state: "selected" 0.0; --
