[genlist_styles.edc] Set the height to 71 of "dialogue/1icon" style.
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Tue, 7 Jun 2011 07:02:25 +0000 (16:02 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Tue, 7 Jun 2011 07:02:25 +0000 (16:02 +0900)
themes/groups/genlist/genlist_styles.edc

index 9b86d2c..08d2d89 100644 (file)
       }
    }
 
-   //////////////////////// 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";
       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 )