efl_ui/tags: set entry to fill vertically

forgot this in previous patch

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D9479
This commit is contained in:
Mike Blumenkrantz 2019-08-01 13:34:18 -04:00 committed by Cedric BAIL
parent b89e7b3500
commit ded6dc9017
1 changed files with 1 additions and 1 deletions

View File

@ -764,7 +764,7 @@ _view_init(Evas_Object *obj, Efl_Ui_Tags_Data *sd)
efl_gfx_hint_size_min_set(sd->entry, EINA_SIZE2D(MIN_W_ENTRY, 0));
efl_gfx_hint_weight_set(sd->entry, EFL_GFX_HINT_EXPAND, 0);
efl_gfx_hint_fill_set(sd->entry, EINA_TRUE, EINA_FALSE);
efl_gfx_hint_fill_set(sd->entry, EINA_TRUE, EINA_TRUE);
efl_pack(sd->box, sd->entry);