okra pushed a commit to branch master. http://git.enlightenment.org/apps/ephoto.git/commit/?id=91e15d8cde6652f1ef2b8c0c456a30e8689df8e7
commit 91e15d8cde6652f1ef2b8c0c456a30e8689df8e7 Author: Stephen okra Houston <smhousto...@gmail.com> Date: Fri Aug 26 10:06:47 2016 -0500 Ephoto: Use new indent style on the genlist non tree items. --- src/bin/ephoto_directory_browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ephoto_directory_browser.c b/src/bin/ephoto_directory_browser.c index 3254daf..c09540f 100644 --- a/src/bin/ephoto_directory_browser.c +++ b/src/bin/ephoto_directory_browser.c @@ -1174,7 +1174,7 @@ ephoto_directory_browser_add(Ephoto *ephoto, Evas_Object *parent) ephoto_thumb_browser_dirs_only_set(ephoto, EINA_FALSE); _ephoto_dir_class = elm_genlist_item_class_new(); - _ephoto_dir_class->item_style = "default"; + _ephoto_dir_class->item_style = "indent"; _ephoto_dir_class->func.text_get = _dir_item_text_get; _ephoto_dir_class->func.content_get = _dir_item_icon_get; _ephoto_dir_class->func.state_get = NULL; --