enable to label ellipsis 29/42129/1
authorSoohye Shin <soohye.shin@samsung.com>
Tue, 23 Jun 2015 13:13:34 +0000 (22:13 +0900)
committerSoohye Shin <soohye.shin@samsung.com>
Tue, 23 Jun 2015 13:13:34 +0000 (22:13 +0900)
Change-Id: I312d7faabdd63681a3d27a8b63094c0a17edbda2
Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
src/utils.c

index efb4455..97423fe 100644 (file)
@@ -97,6 +97,7 @@ Evas_Object *utils_add_label(Evas_Object *base, char *text,
        if (s)
                elm_label_wrap_width_set(lbl, atoi(s));
 
+       elm_label_ellipsis_set(lbl, EINA_TRUE);
        elm_object_text_set(lbl, text);
 
        if (part)