diff options
author | Daniel Juyung Seo <juyung.seo@samsung.com> | 2011-11-25 10:02:46 +0900 |
---|---|---|
committer | Daniel Juyung Seo <juyung.seo@samsung.com> | 2011-11-25 10:03:19 +0900 |
commit | cd082d10cef937698cf532251def7d8c755f9570 (patch) | |
tree | a1e0d7b63911a19008c3e24d710c9456f9692ab0 /themes | |
parent | d0268df64ef9cd87d4dffc1aa24f85ba04a829a7 (diff) | |
download | efl-theme-tizen-cd082d10cef937698cf532251def7d8c755f9570.tar.gz efl-theme-tizen-cd082d10cef937698cf532251def7d8c755f9570.tar.bz2 efl-theme-tizen-cd082d10cef937698cf532251def7d8c755f9570.zip |
[Genlist] Changed textblock 'word' wrap for genlist items to 'mixed'
wrap.
Change-Id: Icbc794b1cb733ad79fe840612329f4b81d32206e
Diffstat (limited to 'themes')
-rw-r--r-- | themes/groups/genlist/genlist_textblock_style.edc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/groups/genlist/genlist_textblock_style.edc b/themes/groups/genlist/genlist_textblock_style.edc index 51029337..2e3ab2b8 100644 --- a/themes/groups/genlist/genlist_textblock_style.edc +++ b/themes/groups/genlist/genlist_textblock_style.edc @@ -66,7 +66,7 @@ styles { TEXTBLOCK_TAG } style { name: "genlist_textblock_help_style"; - base: "font=SLP:style=Medium font_size="GENLIST_FONT_STYLE_20_INC" color="GENLIST_PART_MULTILINE_HELP_STYLE_COLOR_INC" wrap=word text_class=list_item"; + base: "font=SLP:style=Medium font_size="GENLIST_FONT_STYLE_20_INC" color="GENLIST_PART_MULTILINE_HELP_STYLE_COLOR_INC" wrap=mixed text_class=list_item"; TEXTBLOCK_TAG } style { name: "genlist_textblock_style"; |