[elm_multibuttonentry]multiplied scale value only closed button's height for the...
authorGoun Lee <gouni.lee@samsung.com>
Mon, 31 Oct 2011 11:15:25 +0000 (20:15 +0900)
committerGoun Lee <gouni.lee@samsung.com>
Mon, 31 Oct 2011 11:45:34 +0000 (20:45 +0900)
Change-Id: I0af74f02280e34756ac5b2acad72be081130407c

src/lib/elm_multibuttonentry.c

index 94771cc..0cf966c 100644 (file)
@@ -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);