Hi, thanks for the patch. It was cherry-picked without a deep consideration
by me.
I just pushed your patch but modified a little bit.
We still need to use elm_config_scale_get().
https://git.enlightenment.org/core/elementary.git/commit/?h=elementary-1.11&id=0d3026cd8c7620cbe899a52ef088f7fb8cf7b363

Thanks anyway.

Daniel Juyung Seo (SeoZ)


On Wed, Nov 12, 2014 at 9:47 AM, Brian Wang <[email protected]>
wrote:

> 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
>
------------------------------------------------------------------------------
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