use proper variables to set size_hint_max on ibar

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2016-07-25 09:05:40 -04:00
parent b107dc1cdc
commit b1f608c5e6
1 changed files with 1 additions and 1 deletions

View File

@ -658,7 +658,7 @@ _ibar_resize_handle(IBar *b)
else
w = 16 * e_scale;
evas_object_size_hint_min_set(b->o_sep, 8, 8);
evas_object_size_hint_max_set(b->o_sep, ww, hh);
evas_object_size_hint_max_set(b->o_sep, w, h);
}
elm_box_recalculate(b->o_box);
elm_box_recalculate(b->o_outerbox);