From 35b41df4f9032a37f33362ec2c1e49f59cf4eeab Mon Sep 17 00:00:00 2001 From: Soohye Shin Date: Tue, 23 Jun 2015 22:13:34 +0900 Subject: [PATCH] enable to label ellipsis Change-Id: I312d7faabdd63681a3d27a8b63094c0a17edbda2 Signed-off-by: Soohye Shin --- src/utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils.c b/src/utils.c index efb4455..97423fe 100644 --- a/src/utils.c +++ b/src/utils.c @@ -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) -- 2.7.4