summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2016-07-25 09:05:40 -0400
committerChris Michael <cp.michael@samsung.com>2016-07-25 09:05:40 -0400
commitb1f608c5e607c2101862eb4a63d53bef9cc58761 (patch)
tree9c578aaa95cf521b126f5ea0d0bf854004dc11d3
parentb107dc1cdc18b5edcdb44e74e0c69f0bb0e65cb7 (diff)
downloadenlightenment-b1f608c5e607c2101862eb4a63d53bef9cc58761.tar.gz
use proper variables to set size_hint_max on ibar
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 d14e7bf3fe..4ba77b08fd 100644
--- a/src/modules/ibar/e_mod_main.c
+++ b/src/modules/ibar/e_mod_main.c
@@ -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);