okra pushed a commit to branch master. http://git.enlightenment.org/apps/ephoto.git/commit/?id=e74c645f5f47ddb0e89706bc16f2a54c9d42312e
commit e74c645f5f47ddb0e89706bc16f2a54c9d42312e Author: Stephen Houston <[email protected]> Date: Thu Jan 21 19:04:03 2016 -0600 Ephoto: Don't use noframe for thumbnails. The frame helps a ton with transparent images. --- src/bin/ephoto_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/ephoto_main.c b/src/bin/ephoto_main.c index cec54b9..778cfdd 100644 --- a/src/bin/ephoto_main.c +++ b/src/bin/ephoto_main.c @@ -718,7 +718,6 @@ ephoto_thumb_add(Ephoto *ephoto, Evas_Object *parent, const char *path) if (!o) return NULL; - elm_object_style_set(o, "noframe"); ephoto->thumbs = eina_list_append(ephoto->thumbs, o); evas_object_event_callback_add(o, EVAS_CALLBACK_DEL, _thumb_del, ephoto); --
