From c1d49e57adfdd2417441fdcc40576e06e6c9acf3 Mon Sep 17 00:00:00 2001 From: JinYong Park Date: Sat, 25 Feb 2017 15:57:13 +0900 Subject: popup: fix mesh_bg clipping issue on "theme_bg" style Change-Id: I2fec808246d085514734a130a7c5962d84df6887 Signed-off-by: Jinyong Park --- mobile/widgets/popup.edc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/mobile/widgets/popup.edc b/mobile/widgets/popup.edc index fe34e727..11245586 100644 --- a/mobile/widgets/popup.edc +++ b/mobile/widgets/popup.edc @@ -692,7 +692,7 @@ group { "elm/notify/"direction"/popup/theme_bg"; \ image { "mesh_bg"; \ scale; \ after: "base"; \ - clip: "clipper"; \ + clip: "clip"; \ desc { "default"; \ min: NOTIFY_THEME_BG_DEFAULT_MIN_INC; \ fixed: 1 1; \ @@ -700,6 +700,14 @@ group { "elm/notify/"direction"/popup/theme_bg"; \ image.normal: "core_theme_bg_01.png"; \ } \ } \ + rect { "clip"; \ + scale; \ + clip: "clipper"; \ + desc { "default"; \ + max: NOTIFY_THEME_BG_CLIP_MAX_INC; \ + rel.to: "elm.swallow.content"; \ + } \ + } \ } \ } -- cgit v1.2.3