diff options
author | prince <prince.dubey@samsung.com> | 2012-07-31 14:02:06 +0900 |
---|---|---|
committer | Gerrit Code Review <gerrit2@localhost> | 2012-07-31 14:02:06 +0900 |
commit | 3f4224b3ec451596bc8ff15ff4317fef88339837 (patch) | |
tree | 0fa62efc57abd62314228936404e3e8f4deb4100 | |
parent | a4c338e69e21e3eb6c5f28c6f678cc8d1b0b9cd7 (diff) | |
parent | 4aa50331fa2c0a8cf0e4279f7470fed76b58e71a (diff) | |
download | efl-theme-tizen-3f4224b3ec451596bc8ff15ff4317fef88339837.tar.gz efl-theme-tizen-3f4224b3ec451596bc8ff15ff4317fef88339837.tar.bz2 efl-theme-tizen-3f4224b3ec451596bc8ff15ff4317fef88339837.zip |
Merge "[Elm_genlist] Genlist style "3text.1icon.2" modified to fix the PLM issue:P120729-0369. Top right text should resized during moving the split line."
-rw-r--r-- | themes/widgets/genlist/genlist_normal.edc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/themes/widgets/genlist/genlist_normal.edc b/themes/widgets/genlist/genlist_normal.edc index d65490c9..3ed06203 100644 --- a/themes/widgets/genlist/genlist_normal.edc +++ b/themes/widgets/genlist/genlist_normal.edc @@ -6019,11 +6019,12 @@ mouse_events: 0; scale: 1; description { state: "default" 0.0; - min: GENLIST_SIZE_192_INC GENLIST_SIZE_61_INC; - fixed: 1 1; + min: 0 GENLIST_SIZE_61_INC; + max: GENLIST_SIZE_192_INC GENLIST_SIZE_61_INC; + fixed: 0 1; rel1 { relative: 0.0 1.0; - to_x: "elm.padding.right"; + to_x: "elm.padding.left"; to_y: "elm.padding.top"; } rel2 { @@ -6037,6 +6038,7 @@ font: "SLP:style=Medium"; size: GENLIST_FONT_32_INC; min: 0 1; + max: 1 0; align: 1.0 0.5; text_class: "slp_medium"; } |