Center the welcome window on start

Reviewers: ajwillia.ms

Reviewed By: ajwillia.ms

Differential Revision: https://phab.enlightenment.org/D4731
This commit is contained in:
Al Poole 2017-03-23 23:20:11 +00:00 committed by Andy Williams
parent ae73791f78
commit f8d72f91e6
1 changed files with 1 additions and 0 deletions

View File

@ -462,6 +462,7 @@ Evas_Object *edi_welcome_show()
elm_naviframe_item_title_enabled_set(item, EINA_FALSE, EINA_FALSE);
evas_object_resize(win, ELM_SCALE_SIZE(480), ELM_SCALE_SIZE(260));
elm_win_center(win, EINA_TRUE, EINA_TRUE);
evas_object_show(win);
return win;