From: Daniel Juyung Seo Date: Tue, 7 Jun 2011 07:02:25 +0000 (+0900) Subject: [genlist_styles.edc] Set the height to 71 of "dialogue/1icon" style. X-Git-Tag: submit/2.0alpha-wayland/20121130.000903~765^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6940394950b5055a22fc3deec407c17118f5af5c;p=profile%2Fivi%2Fefl-theme-tizen.git [genlist_styles.edc] Set the height to 71 of "dialogue/1icon" style. --- diff --git a/themes/groups/genlist/genlist_styles.edc b/themes/groups/genlist/genlist_styles.edc index 9b86d2c..08d2d89 100644 --- a/themes/groups/genlist/genlist_styles.edc +++ b/themes/groups/genlist/genlist_styles.edc @@ -15648,7 +15648,7 @@ } } - //////////////////////// will be removed ////////////////////////// + // 4.1.9 group { name: "elm/genlist/item/dialogue/1icon/default"; alias: "elm/genlist/item_odd/dialogue/1icon/default"; alias: "elm/genlist/item_compress/dialogue/1icon/default"; @@ -15659,14 +15659,7 @@ data.item: "icons" "elm.icon"; parts { - part { name: "base"; - type: RECT; - repeat_events: 1; - scale: 1; - description { state: "default" 0.0; - color: GENLIST_PART_BG_COLOR_INC; - } - } + GENLIST_PART_DIALOGUE_BASE( 71 ) GENLIST_PART_BOTTOM_LINE GENLIST_PART_PADDING_LEFT( 20 ) GENLIST_PART_PADDING_RIGHT( 10 )