elm/menu: bug fix the width of window looks like 1 px

SVN revision: 68436
This commit is contained in:
Jihoon Kim 2012-02-25 08:21:24 +00:00
parent d78262ee91
commit 3608862563
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ test_menu(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info _
rect = evas_object_rectangle_add(evas_object_evas_get(win));
elm_win_resize_object_add(win, rect);
evas_object_size_hint_weight_set(rect, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
evas_object_color_set(rect, 0, 0, 0, 0);
evas_object_show(rect);