efl_ui/text_scroller: remove erroneous max size hint setting

this makes no sense

ref T8122

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D9554
This commit is contained in:
Mike Blumenkrantz 2019-08-12 11:28:25 -04:00 committed by Cedric BAIL
parent e1fda2cbdb
commit 11d2202635
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ _efl_ui_internal_text_scroller_efl_canvas_group_group_calculate(Eo *obj,
efl_gfx_entity_size_set(sd->text_table, fsz);
efl_gfx_hint_size_restricted_min_set(obj, size);
efl_gfx_hint_size_max_set(obj, EINA_SIZE2D(-1, size.h));
}
}