Change-Id: I5071328642c718a8e336f518cad61b5676e46738
Signed-off-by: Jinyong Park <j4939.park@samsung.com>
elm_popup_align_get(obj, &horizontal, &vertical);
evas_object_geometry_get(sd->parent, NULL, NULL, &w, &h);
+ //TIZEN_ONLY(20161117): fix content area height problem when vertical align fill is set
+ if (sd->max_sc_h != -1)
+ h = sd->max_sc_h;
+ //
+
//TIZEN_ONLY(20160405): fix popup size problem in landscape mode
str = edje_object_data_get(elm_layout_edje_get(sd->content_area), "content_area_width");
if (str) w_content_area = (int)(atoi(str)