From: Goun Lee Date: Mon, 31 Oct 2011 11:15:25 +0000 (+0900) Subject: [elm_multibuttonentry]multiplied scale value only closed button's height for the... X-Git-Tag: REL_F_I9200_20111102_1~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9925e93d28eabd343dd64d4bb04292b38bfbb88;p=framework%2Fuifw%2Felementary.git [elm_multibuttonentry]multiplied scale value only closed button's height for the visual Change-Id: I0af74f02280e34756ac5b2acad72be081130407c --- diff --git a/src/lib/elm_multibuttonentry.c b/src/lib/elm_multibuttonentry.c index 94771cc..0cf966c 100644 --- a/src/lib/elm_multibuttonentry.c +++ b/src/lib/elm_multibuttonentry.c @@ -448,7 +448,7 @@ _contracted_state_set(Evas_Object *obj, int contracted) wd->rectForEnd = evas_object_rectangle_add(e); evas_object_color_set(wd->rectForEnd, 0, 0, 0, 0); } - evas_object_size_hint_min_set(wd->rectForEnd, rectSize * elm_scale_get(), closed_height * elm_scale_get()); + evas_object_size_hint_min_set(wd->rectForEnd, rectSize, closed_height * elm_scale_get()); elm_box_pack_end(wd->box, wd->rectForEnd); evas_object_show(wd->rectForEnd);