discomfitor pushed a commit to branch enlightenment-0.21. http://git.enlightenment.org/core/enlightenment.git/commit/?id=df40bef557d25d0ab8a0bd1901fda10871280e40
commit df40bef557d25d0ab8a0bd1901fda10871280e40 Author: Chris Michael <[email protected]> Date: Mon Jul 25 09:27:52 2016 -0400 e ibar - fix "old man" fat finger typo ;) Signed-off-by: Chris Michael <[email protected]> --- src/modules/ibar/e_mod_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/ibar/e_mod_main.c b/src/modules/ibar/e_mod_main.c index e5b5ba9..d810b3d 100644 --- a/src/modules/ibar/e_mod_main.c +++ b/src/modules/ibar/e_mod_main.c @@ -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); --
