summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprince <prince.dubey@samsung.com>2012-09-06 19:28:07 +0530
committerTae-Hwan Kim <the81.kim@samsung.com>2012-09-07 17:06:49 +0900
commit7c77bf8bcc1d63ce8ac422e9055798a5b14e6021 (patch)
tree3850cbff65c2af4a2cc491e45620d60598f54efd
parent99b47f402924b61fb7deb1396fef31562e408042 (diff)
downloadefl-theme-tizen-7c77bf8bcc1d63ce8ac422e9055798a5b14e6021.tar.gz
efl-theme-tizen-7c77bf8bcc1d63ce8ac422e9055798a5b14e6021.tar.bz2
efl-theme-tizen-7c77bf8bcc1d63ce8ac422e9055798a5b14e6021.zip
[genlist] genlist style "dialogue/bg/2text.2icon" modified. Issue related to text
overlapping when font size is huge is fixed. Change-Id: Ie93a9188cd2614b0ae233f11f04515f2b3859a57
-rw-r--r--themes/widgets/genlist/genlist_normal.edc8
1 files changed, 5 insertions, 3 deletions
diff --git a/themes/widgets/genlist/genlist_normal.edc b/themes/widgets/genlist/genlist_normal.edc
index a0b09a29..e30606ed 100644
--- a/themes/widgets/genlist/genlist_normal.edc
+++ b/themes/widgets/genlist/genlist_normal.edc
@@ -18644,7 +18644,7 @@
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";
@@ -18659,7 +18659,8 @@
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";
}
}
@@ -18700,7 +18701,8 @@
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";
}
}