From: Tae-Hwan Kim Date: Tue, 9 Apr 2013 03:07:22 +0000 (+0900) Subject: [Genlist] Apply Winset GUI 4.2 X-Git-Tag: 2.1b_release~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52f747d5df9763f470652ec728c1d40934f123bc;hp=c5ad633235c1e85ee8317039d3d862785b7b424d;p=platform%2Fcore%2Fuifw%2Fefl-theme-tizen.git [Genlist] Apply Winset GUI 4.2 Change select all bg Change-Id: I90f8dc10b4e931bb4d0f990c62a9fc5a4bc5acb9 --- diff --git a/themes/widgets/genlist/genlist_decorate.edc b/themes/widgets/genlist/genlist_decorate.edc index 37b5ed5..187eea4 100644 --- a/themes/widgets/genlist/genlist_decorate.edc +++ b/themes/widgets/genlist/genlist_decorate.edc @@ -35,8 +35,8 @@ GENLIST_PART_BASE GENLIST_PART_PADDING_LEFT GENLIST_PART_PADDING_RIGHT - GENLIST_PART_PADDING_TOP_SIZE( 21 ) // (112-70)/2 - GENLIST_PART_PADDING_BOTTOM_SIZE( 21 ) // (112-70)/2 + GENLIST_PART_PADDING_TOP_SIZE( 1 ) // (82-80)/2 + GENLIST_PART_PADDING_BOTTOM_SIZE( 1 ) // (82-80)/2 part { name: "bg_color"; type: RECT; description { state: "default" 0.0; @@ -47,7 +47,7 @@ } GENLIST_PART_ICON_CHECK_RADIO_L("elm.icon", "elm.padding.left") GENLIST_PART_PADDING_L("elm.padding.icon.right", "elm.icon") - GENLIST_PART_LISTITEM_("elm.text", 70, // FIXME: This value is not defined in the UX yet. + GENLIST_PART_LISTITEM_("elm.text", 80, "elm.padding.icon.right", "elm.padding.right", "elm.padding.top", "elm.padding.bottom", ) }