projects
/
platform
/
core
/
connectivity
/
bt-syspopup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c030dd6
)
Fix popup scale down issue in Fhub
25/320125/1
accepted/tizen/7.0/unified/20241111.164456
author
Wootak Jung
<wootak.jung@samsung.com>
Fri, 8 Nov 2024 04:21:18 +0000
(13:21 +0900)
committer
Wootak Jung
<wootak.jung@samsung.com>
Fri, 8 Nov 2024 04:21:18 +0000
(13:21 +0900)
Change-Id: I9b31902e64ed3c2fcd5162d0a54213867434ada9
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
src/bt-syspopup-m.c
patch
|
blob
|
history
diff --git
a/src/bt-syspopup-m.c
b/src/bt-syspopup-m.c
index 912b9878e87154740fc482cef53a8117815fcf05..087c41a5b8adf98ceb1ce943bd9adac427676877 100644
(file)
--- a/
src/bt-syspopup-m.c
+++ b/
src/bt-syspopup-m.c
@@
-1355,6
+1355,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);