remove elm_win_resize_object_add() API except for conformant object
[apps/core/preloaded/settings.git] / src / plugin-resource / test_server.c
index 6357d16..9043fb4 100755 (executable)
@@ -206,7 +206,7 @@ static Evas_Object* _create_bg(Evas_Object *parent)
 
     bg = elm_bg_add(parent);
     evas_object_size_hint_weight_set(bg, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
-    elm_win_resize_object_add(parent, bg);
+    //elm_win_resize_object_add(parent, bg);
     evas_object_show(bg);
 
     return bg;
@@ -220,7 +220,7 @@ static Evas_Object* _create_layout_main(Evas_Object* parent)
 
     elm_layout_theme_set(layout, "layout", "application", "default");
     evas_object_size_hint_weight_set(layout, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
-    elm_win_resize_object_add(parent, layout);
+    //elm_win_resize_object_add(parent, layout);
 
     evas_object_show(layout);