okra pushed a commit to branch master. http://git.enlightenment.org/apps/ephoto.git/commit/?id=981fb16174bb4be9cff9bd41129b4568f63a7409
commit 981fb16174bb4be9cff9bd41129b4568f63a7409 Author: Stephen Houston <[email protected]> Date: Tue Oct 10 10:50:13 2017 -0500 Ephoto: When using ctrl+shift+f keybinding to hide/show the folder browser, place the browser correctly. --- src/bin/ephoto_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ephoto_main.c b/src/bin/ephoto_main.c index 4bb25aa..268e0c9 100644 --- a/src/bin/ephoto_main.c +++ b/src/bin/ephoto_main.c @@ -332,7 +332,7 @@ ephoto_show_folders(Ephoto *ephoto, Eina_Bool toggle) if (!ephoto->folders_toggle || !toggle) { evas_object_show(ephoto->dir_browser); - elm_box_pack_end(ephoto->layout, ephoto->dir_browser); + elm_box_pack_start(ephoto->layout, ephoto->dir_browser); ephoto->folders_toggle = EINA_TRUE; ret = elm_icon_standard_set(ephoto->folders_icon, "folder-open"); if (!ret) --
