From 0484e3a69e2767c889f5bb1d6c75e3f6b7563c94 Mon Sep 17 00:00:00 2001 From: Tae-Hwan Kim Date: Wed, 1 Aug 2012 19:33:43 +0900 Subject: [PATCH] Fix edit mode color Change-Id: If5ca4c77d3ea69a381a2bf9592e0cf3a3c9815d0 --- themes/widgets/genlist/genlist_decorate.edc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/widgets/genlist/genlist_decorate.edc b/themes/widgets/genlist/genlist_decorate.edc index 0ffb540..1ab652f 100644 --- a/themes/widgets/genlist/genlist_decorate.edc +++ b/themes/widgets/genlist/genlist_decorate.edc @@ -76,13 +76,13 @@ relative: 1.0 0.0; to_y: "elm.padding.bottom"; } - color: GENLIST_PART_BG_COLOR_INC; - } - description { state: "selected" 0.0; + color: GENLIST_PART_LIST_BG_COLOR_INC; + } + description { state: "selected" 0.0; inherit: "default" 0.0; visible: 1; color: GENLIST_PART_LIST_PRESS_COLOR_INC; - } + } } part { name: "elm.padding.left"; @@ -122,8 +122,8 @@ to_y: "elm.padding.bottom"; } } - description { state: "enabled" 0.0; - inherit: "default" 0.0; + description { state: "enabled" 0.0; + inherit: "default" 0.0; align: 0.0 0.5; } } -- 2.7.4