summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authortaehyub <taehyub.kim@samsung.com>2016-02-05 08:17:55 +0100
committerCedric BAIL <cedric@osg.samsung.com>2016-02-05 08:45:19 +0100
commit6cf09175874cca9e5859d580a5bad706012b8880 (patch)
tree2dde8982c6e2becf3cbc0e03f0495f6fdbb37ec7 /data
parentfbef7a563c318edc904c3e53c61fe9e7e494fbf7 (diff)
downloadelementary-6cf09175874cca9e5859d580a5bad706012b8880.tar.gz
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 <cedric@osg.samsung.com>
Diffstat (limited to 'data')
-rw-r--r--data/themes/edc/elm/ctxpopup.edc8
1 files changed, 8 insertions, 0 deletions
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;