[genlist] genlist style "dialogue/bg/2text.2icon" modified. Issue related to text
authorprince <prince.dubey@samsung.com>
Thu, 6 Sep 2012 13:58:07 +0000 (19:28 +0530)
committerTae-Hwan Kim <the81.kim@samsung.com>
Fri, 7 Sep 2012 08:06:49 +0000 (17:06 +0900)
overlapping when font size is huge is fixed.

Change-Id: Ie93a9188cd2614b0ae233f11f04515f2b3859a57

themes/widgets/genlist/genlist_normal.edc

index a0b09a2..e30606e 100644 (file)
             description { state: "default" 0.0;
                min: 0 GENLIST_SIZE_54_INC;
                fixed: 0 1;
-               align: 0 0;
+               align: 0.0 0.0;
                rel1 {
                   relative: 1.0 1.0;
                   to_x: "elm.padding.icon1.right";
                text {
                   font: "SLP:style=Roman";
                   size: GENLIST_FONT_48_INC;
-                  align: 0.0 0.5;
+                  min: 0 1;
+                  align: 0.0 0.0;
                   text_class: "list_item";
                }
             }
                text {
                   font: "SLP:style=Medium";
                   size: GENLIST_FONT_32_INC;
-                  align: 0.0 0.5;
+                  min: 0 1;
+                  align: 0.0 1.0;
                   text_class: "slp_medium";
                }
             }