search - fix the search window size.

This commit is contained in:
ChunEon Park 2014-03-05 16:33:34 +09:00
parent 70490cec70
commit 5c76c22614
1 changed files with 0 additions and 1 deletions

View File

@ -222,7 +222,6 @@ search_open()
//Bg
Evas_Object *bg = elm_bg_add(win);
evas_object_size_hint_weight_set(bg, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
evas_object_show(bg);
elm_win_resize_object_add(win, bg);