Modify text wrap type char -> word
authorHyunho Kang <hhstark.kang@samsung.com>
Tue, 24 Oct 2017 10:25:19 +0000 (19:25 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Tue, 31 Oct 2017 00:37:15 +0000 (09:37 +0900)
Change-Id: I1e789fc63877a982816981d565d07a506e9f81b0
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
widget_viewer_evas/res/widget_viewer_evas.edc

index a687b80ff69c3812a2022618f0b9797a219febc2..e032ceea57151d892008e54f814d9365e1090794 100644 (file)
@@ -21,7 +21,7 @@ collections {
        styles {
                style {
                        name: "overlay,text";
-                       base: "font=Tizen text_class=tizen font_size=30 align=center color=#FFFFFF ellipsis=1.0 wrap=char";
+                       base: "font=Tizen text_class=tizen font_size=30 align=center color=#FFFFFF ellipsis=1.0 wrap=word";
                        tag:  "br" "\n";
                        tag:  "hilight" "+ font=Tizen:style=Bold";
                        tag:  "b" "+ font=Tizen:style=Bold";