summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2016-07-25 09:27:52 -0400
committerChris Michael <cp.michael@samsung.com>2016-07-25 09:27:52 -0400
commit42aa6be35931e51b8dab5ed6629c3054595c82a8 (patch)
tree1d593609d27859afc49b1756fff1d9e364332980
parent504706d45ac2858be91721bd398d0c36a9bffd2d (diff)
downloadenlightenment-42aa6be35931e51b8dab5ed6629c3054595c82a8.tar.gz
e ibar - fix "old man" fat finger typo ;)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/modules/ibar/e_mod_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/ibar/e_mod_main.c b/src/modules/ibar/e_mod_main.c
index e5b5ba9560..d810b3dd70 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);