luncher bar - fix enum use for aspect hint to use evas, not edje one

This commit is contained in:
Carsten Haitzler 2020-01-15 17:23:04 +01:00
parent 2659285bb6
commit cda79aff9e
1 changed files with 1 additions and 1 deletions

View File

@ -759,7 +759,7 @@ _bar_icon_preview_client_add(Icon *ic, E_Client *ec)
evas_object_show(label);
img = e_comp_object_util_mirror_add(ec->frame);
evas_object_size_hint_aspect_set(img, EDJE_ASPECT_CONTROL_BOTH, ec->client.w, ec->client.h);
evas_object_size_hint_aspect_set(img, EVAS_ASPECT_CONTROL_BOTH, ec->client.w, ec->client.h);
evas_object_size_hint_min_set(img, ic->inst->cfg->preview_size, ic->inst->cfg->preview_size);
elm_layout_content_set(layout, "e.swallow.icon", img);
if (evas_object_image_alpha_get(img))