From a0f30eea71e05f114e6a708b07768995c884914c Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 12 May 2014 02:47:54 +1000 Subject: Fix up winFang move and resize. Still more to fix here though. --- src/extantz/files.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/extantz/files.c') diff --git a/src/extantz/files.c b/src/extantz/files.c index 12dcc8d..799f1ac 100644 --- a/src/extantz/files.c +++ b/src/extantz/files.c @@ -158,7 +158,7 @@ winFang *filesAdd(globals *ourGlobals, char *path, Eina_Bool multi, Eina_Bool sa elm_interface_fileselector_expandable_set(EINA_TRUE), elm_interface_fileselector_folder_only_set(EINA_FALSE) ); - elm_layout_box_append(me->win, BOX, fs); + elm_layout_box_append(me->win, WF_BOX, fs); elm_fileselector_path_set(fs, path); elm_fileselector_is_save_set(fs, save); @@ -264,7 +264,7 @@ winFang *filesAdd(globals *ourGlobals, char *path, Eina_Bool multi, Eina_Bool sa elm_box_pack_end(vbox, bt); eo_unref(bt); - elm_layout_box_append(me->win, BOX, vbox); + elm_layout_box_append(me->win, WF_BOX, vbox); evas_object_show(vbox); eo_unref(vbox); -- cgit v1.1