Hello all,

Just a simple one-liner as follows:

diff --git a/src/bin/test_notify.c b/src/bin/test_notify.c
index f5ae7cb..472b226 100644
--- a/src/bin/test_notify.c
+++ b/src/bin/test_notify.c
@@ -62,7 +62,7 @@ test_notify(void *data EINA_UNUSED, Evas_Object *obj
EINA_UNUSED, void *event_in

    lb = elm_label_add(win);
    elm_label_line_wrap_set(lb, ELM_WRAP_MIXED);
-   elm_label_wrap_width_set(lb, ELM_SCALE_SIZE(140));
+   elm_label_wrap_width_set(lb, 140);
    elm_object_text_set(lb, "This position is the default. This is
multiline text.");
    elm_box_pack_end(bx, lb);
    evas_object_show(lb);


Best regards,


Brian

-- 
brian
------------------

iMaGiNaTiOn iS mOrE iMpOrTaNt tHaN kNoWlEdGe
------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to