Elm test: Fixed gesture layer's test window size.

SVN revision: 64805
This commit is contained in:
Tom Hacohen 2011-11-06 09:22:47 +00:00
parent 84f0b47a95
commit ee08b97b4d
1 changed files with 1 additions and 1 deletions

View File

@ -336,8 +336,8 @@ test_gesture_layer(void *data __UNUSED__, Evas_Object *obj __UNUSED__,
bg = elm_bg_add(win);
snprintf(buf, sizeof(buf), "%s/images/wood_01.jpg", elm_app_data_dir_get());
elm_bg_file_set(bg, buf, NULL);
elm_win_resize_object_add(win, bg);
evas_object_size_hint_weight_set(bg, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
elm_win_resize_object_add(win, bg);
evas_object_show(bg);
snprintf(buf, sizeof(buf), "%s/images/pol_sky.png", elm_app_data_dir_get());