From 42aa6be35931e51b8dab5ed6629c3054595c82a8 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Mon, 25 Jul 2016 09:27:52 -0400 Subject: [PATCH] e ibar - fix "old man" fat finger typo ;) Signed-off-by: Chris Michael --- 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 e5b5ba956..d810b3dd7 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);