e ibar - fix "old man" fat finger typo ;)

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2016-07-25 09:27:52 -04:00 committed by Mike Blumenkrantz
parent dc608ede51
commit df40bef557
1 changed files with 1 additions and 1 deletions

View File

@ -656,7 +656,7 @@ _ibar_resize_handle(IBar *b)
if (_is_vertical(b->inst)) hh = 16 * e_scale;
else ww = 16 * e_scale;
evas_object_size_hint_min_set(b->o_sep, 8, 8);
evas_object_size_hint_max_set(b->o_sep, ww, wh);
evas_object_size_hint_max_set(b->o_sep, ww, hh);
}
elm_box_recalculate(b->o_box);
elm_box_recalculate(b->o_outerbox);