From 98e447a85f7d3a219a2ed326bef46a8dd65d43f7 Mon Sep 17 00:00:00 2001 From: taehyub Date: Fri, 5 Feb 2016 08:17:55 +0100 Subject: [PATCH] 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 --- legacy/elementary/data/themes/edc/elm/ctxpopup.edc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/legacy/elementary/data/themes/edc/elm/ctxpopup.edc b/legacy/elementary/data/themes/edc/elm/ctxpopup.edc index 783c044..39d0177 100644 --- a/legacy/elementary/data/themes/edc/elm/ctxpopup.edc +++ b/legacy/elementary/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; -- 2.7.4