From: Yunjin Lee Date: Thu, 22 Nov 2018 04:32:18 +0000 (+0900) Subject: Change popup window priority to notification medium according to the UX guide X-Git-Tag: submit/tizen/20181127.060637~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85f5d70cab7ae8aa5d1ffc5d497619f22460f1fc;p=platform%2Fcore%2Fsecurity%2Faskuser.git Change popup window priority to notification medium according to the UX guide Change-Id: I4cc977b31e0d25f6a40338174494edf7614a410d Signed-off-by: Yunjin Lee --- diff --git a/src/notification-daemon/ui/Popupper.cpp b/src/notification-daemon/ui/Popupper.cpp index 0ce48ee..56b77ff 100644 --- a/src/notification-daemon/ui/Popupper.cpp +++ b/src/notification-daemon/ui/Popupper.cpp @@ -158,7 +158,7 @@ void Popupper::initialize() ALOGE("EFL : Failed to add window"); throw Exception("Elementary failed"); } - efl_util_set_notification_window_level(m_win, EFL_UTIL_NOTIFICATION_LEVEL_TOP); + efl_util_set_notification_window_level(m_win, EFL_UTIL_NOTIFICATION_LEVEL_MEDIUM); if (elm_win_wm_rotation_supported_get(m_win)) { int rots[4] = { 0, 90, 180, 270 };