diff --git a/legacy/elementary/src/examples/notify_example_01.c b/legacy/elementary/src/examples/notify_example_01.c index 3e7fcc4ea2..1de5e2a0b6 100644 --- a/legacy/elementary/src/examples/notify_example_01.c +++ b/legacy/elementary/src/examples/notify_example_01.c @@ -49,7 +49,7 @@ elm_main(int argc, char **argv) evas_object_show(content); notify = elm_notify_add(win); - elm_notify_align_set(notify, 0.5, 0,5); + elm_notify_align_set(notify, 0.5, 0.5); elm_object_content_set(notify, content); evas_object_size_hint_weight_set(notify, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); evas_object_show(notify);