Ephoto: Don't use noframe for thumbnails. The frame helps a ton with transparent images.

This commit is contained in:
Stephen Houston 2016-01-21 19:04:03 -06:00
parent d963bef526
commit e74c645f5f
1 changed files with 0 additions and 1 deletions

View File

@ -718,7 +718,6 @@ ephoto_thumb_add(Ephoto *ephoto, Evas_Object *parent, const char *path)
if (!o) if (!o)
return NULL; return NULL;
elm_object_style_set(o, "noframe");
ephoto->thumbs = eina_list_append(ephoto->thumbs, o); ephoto->thumbs = eina_list_append(ephoto->thumbs, o);
evas_object_event_callback_add(o, EVAS_CALLBACK_DEL, _thumb_del, ephoto); evas_object_event_callback_add(o, EVAS_CALLBACK_DEL, _thumb_del, ephoto);