seoz pushed a commit to branch master.

commit e91c2ab7a9024a7ac0e3963fd548e7ed2233f035
Author: Daniel Juyung Seo <[email protected]>
Date:   Sun Aug 11 21:43:38 2013 +0900

    elc_popup.c: remove unnecessary weight and align set for swallow part.
---
 src/lib/elc_popup.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/lib/elc_popup.c b/src/lib/elc_popup.c
index f2615ce..6385e6c 100644
--- a/src/lib/elc_popup.c
+++ b/src/lib/elc_popup.c
@@ -1131,10 +1131,6 @@ _action_button_set(Evas_Object *obj,
    if (!sd->action_area)
      {
         sd->action_area = elm_layout_add(obj);
-        evas_object_size_hint_weight_set
-          (sd->action_area, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
-        evas_object_size_hint_align_set
-          (sd->action_area, EVAS_HINT_FILL, EVAS_HINT_FILL);
         evas_object_event_callback_add
           (sd->action_area, EVAS_CALLBACK_CHANGED_SIZE_HINTS,
            _size_hints_changed_cb, obj);

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk

Reply via email to