summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorWoochan Lee <wc0917.lee@samsung.com>2016-03-04 15:29:17 -0800
committerCedric BAIL <cedric@osg.samsung.com>2016-03-04 15:29:20 -0800
commit66c1d5694428e2683a8074f5c1ecda5f56f1a387 (patch)
treea4271a4c034600c67ec6da96b7f0909f8c60056c /data
parentf65d5d6b3f784f14583e126a9ecf48da819067f8 (diff)
downloadelementary-66c1d5694428e2683a8074f5c1ecda5f56f1a387.tar.gz
multibuttonentry: add elm.swallow.background part
Summary: This swallow part is for custom background image. Reviewers: kimcinoo, Hermet, cedric Reviewed By: cedric Differential Revision: https://phab.enlightenment.org/D3659 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'data')
-rw-r--r--data/themes/edc/elm/multibuttonentry.edc8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/themes/edc/elm/multibuttonentry.edc b/data/themes/edc/elm/multibuttonentry.edc
index 5568b4b63..cefb81641 100644
--- a/data/themes/edc/elm/multibuttonentry.edc
+++ b/data/themes/edc/elm/multibuttonentry.edc
@@ -10,6 +10,14 @@ group { name: "elm/multibuttonentry/base/default";
color_class: "multibuttonentry_bg";
}
}
+ part { name: "elm.swallow.background";
+ type: SWALLOW;
+ scale: 1;
+ description { state: "default" 0.0;
+ rel1.to: "bg";
+ rel2.to: "bg";
+ }
+ }
part { name: "box.swallow"; type: SWALLOW;
description { state: "default" 0.0;
rel1.to: "bg";