and center logo too if menu is up

SVN revision: 39749
This commit is contained in:
Carsten Haitzler 2009-03-27 09:14:42 +00:00
parent 5ed03f2a8f
commit f4b1caa4bd
1 changed files with 1 additions and 0 deletions

View File

@ -600,6 +600,7 @@ ui_loop(void)
evas_object_color_set(o, a / 2, a / 2, a / 2, a / 2);
}
}
evas_object_move(o_menu_logo, (win_w - 120) / 2, ((win_h - 160) / 2));
evas_object_show(o_menu_logo);
evas_object_show(o_menu_title);
evas_object_show(o_menu_title2);