efm - upgrade thumbs to 256x256

This commit is contained in:
Carsten Haitzler 2020-05-01 14:00:23 +01:00
parent d428726382
commit 81d8a1351d
1 changed files with 2 additions and 4 deletions

View File

@ -2027,11 +2027,9 @@ _e_fm2_icon_thumb_get(Evas *evas, const E_Fm2_Icon *ic, const char *group, Evas_
if (!o)
return NULL;
e_thumb_icon_file_set(o, buf, group);
e_thumb_icon_size_set(o, 128, 128);
if (cb) evas_object_smart_callback_add(o, "e_thumb_gen", cb, data);
e_thumb_icon_size_set(o, 256, 256);
e_thumb_icon_file_set(o, buf, group);
_e_fm2_icon_thumb(ic, o, force_gen);
if (type_ret) *type_ret = "THUMB";
return o;