[VIDEO-PLAYER][TSAM-2243]Resolved Popup related issue 37/66837/1 accepted/tizen/mobile/20160422.070616 submit/tizen_mobile/20160421.121700
authoranshu.kumar <anshu.kumar@samsung.com>
Thu, 21 Apr 2016 11:10:32 +0000 (16:40 +0530)
committeranshu.kumar <anshu.kumar@samsung.com>
Thu, 21 Apr 2016 11:10:32 +0000 (16:40 +0530)
Change-Id: I41eacf6f6d8028619b7092ab380c28c794fbdeab
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
playview/src/widget/vp-play-popup.c

index 238a6bb..792d748 100644 (file)
@@ -67,6 +67,7 @@ Evas_Object *vp_popup_create(Evas_Object *pParent,
 
        evas_object_size_hint_weight_set(pObj, EVAS_HINT_EXPAND,
                                         EVAS_HINT_EXPAND);
+       elm_popup_align_set(pObj, ELM_NOTIFY_ALIGN_FILL, 1.0);
 
        if (szTitle) {
                elm_object_part_text_set(pObj, "title,text", szTitle);