From 6cf09175874cca9e5859d580a5bad706012b8880 Mon Sep 17 00:00:00 2001 From: taehyub Date: Fri, 5 Feb 2016 08:17:55 +0100 Subject: ctxpopup: add elm.swallow.backgournd for backgournd customize Summary: add elm.swallow.background part in elm/ctxpopup/base/default Reviewers: kimcinoo Differential Revision: https://phab.enlightenment.org/D3646 Signed-off-by: Cedric BAIL --- data/themes/edc/elm/ctxpopup.edc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'data') diff --git a/data/themes/edc/elm/ctxpopup.edc b/data/themes/edc/elm/ctxpopup.edc index 783c044de..39d0177cb 100644 --- a/data/themes/edc/elm/ctxpopup.edc +++ b/data/themes/edc/elm/ctxpopup.edc @@ -53,6 +53,14 @@ group { name: "elm/ctxpopup/base/default"; color_class: "ctxpopup_bg"; } } + part { name: "elm.swallow.backgournd"; type: SWALLOW; + clip_to: "clip"; + description { state: "default" 0.0; + fixed: 1 1; + rel1.to: "base"; + rel2.to: "base"; + } + } part { name: "elm.swallow.content"; type: SWALLOW; clip_to: "clip"; description { state: "default" 0.0; -- cgit v1.2.1