Ephoto: When using ctrl+shift+f keybinding to hide/show the folder browser, place the browser correctly.

This commit is contained in:
Stephen Houston 2017-10-10 10:50:13 -05:00
parent 93fd99ae03
commit 981fb16174
1 changed files with 1 additions and 1 deletions

View File

@ -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)