efl_ui/tags: set entry to fill vertically
authorMike Blumenkrantz <zmike@samsung.com>
Thu, 1 Aug 2019 17:34:18 +0000 (13:34 -0400)
committerWooHyun Jung <wh0705.jung@samsung.com>
Mon, 5 Aug 2019 02:51:01 +0000 (11:51 +0900)
forgot this in previous patch

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D9479

src/lib/elementary/efl_ui_tags.c

index daecd0b..f4a10b4 100644 (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);