[Genlist] Apply Winset GUI 4.2
authorTae-Hwan Kim <the81.kim@samsung.com>
Tue, 9 Apr 2013 03:07:22 +0000 (12:07 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 10 Apr 2013 11:04:21 +0000 (20:04 +0900)
Change select all bg

Change-Id: I90f8dc10b4e931bb4d0f990c62a9fc5a4bc5acb9

themes/widgets/genlist/genlist_decorate.edc

index 37b5ed5..187eea4 100644 (file)
@@ -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",
          )
       }