summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYoungbok Shin <youngb.shin@samsung.com>2016-02-17 14:42:03 -0800
committerCedric BAIL <cedric@osg.samsung.com>2016-02-17 17:05:39 -0800
commit899880fbf674b9a74a747ca20c38f3325542a86b (patch)
treee279cdba6b6710270ce514c74402628f674084d8 /data
parent2a836de8018fdb0adf7fda8efd77168bb73536e3 (diff)
downloadelementary-899880fbf674b9a74a747ca20c38f3325542a86b.tar.gz
calendar: add elm.swallow.background part to all of groups
Summary: elm.swallow.background part will be a default part for widget's background image. Test Plan: N/A Reviewers: woohyun, kimcinoo, cedric, Hermet Subscribers: Hermet Differential Revision: https://phab.enlightenment.org/D3676 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'data')
-rw-r--r--data/themes/edc/elm/calendar.edc6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/themes/edc/elm/calendar.edc b/data/themes/edc/elm/calendar.edc
index 9ce435394..e5edcba0b 100644
--- a/data/themes/edc/elm/calendar.edc
+++ b/data/themes/edc/elm/calendar.edc
@@ -378,6 +378,12 @@ group { name: "elm/calendar/base/default";
rel2.offset: -2 -2;
}
}
+ part { name: "elm.swallow.background"; type: SWALLOW;
+ description { state: "default" 0.0;
+ rel1.to: "bg";
+ rel2.to: "bg";
+ }
+ }
part { name: "spinner-base1"; type: SPACER;
description { state: "default" 0.0;
min: 24 16;