From: Wootak Jung Date: Fri, 8 Nov 2024 04:21:18 +0000 (+0900) Subject: Fix popup scale down issue in Fhub X-Git-Tag: accepted/tizen/unified/20241224.130045~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=024fb772a2ecc22ff63e5f90a7f9c4d0f5984254;p=platform%2Fcore%2Fconnectivity%2Fbt-syspopup.git Fix popup scale down issue in Fhub Change-Id: I9b31902e64ed3c2fcd5162d0a54213867434ada9 Signed-off-by: Wootak Jung --- diff --git a/src/bt-syspopup-m.c b/src/bt-syspopup-m.c index 6235c6c..cd05d21 100644 --- a/src/bt-syspopup-m.c +++ b/src/bt-syspopup-m.c @@ -1357,6 +1357,8 @@ static void __bluetooth_draw_popup(struct bt_popup_appdata *ad, ad->popup = elm_popup_add(ad->layout); if (!TIZEN_FEATURE_FHUB_REFERENCE) elm_popup_align_set(ad->popup, ELM_NOTIFY_ALIGN_FILL, 1.0); + else + elm_object_scale_set(ad->popup, 0.8); /*set window level to HIGH*/ __bluetooth_set_win_level(ad->win_main);