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>
This commit is contained in:
Youngbok Shin 2016-02-17 14:42:03 -08:00 committed by Cedric BAIL
parent 41a5cb2b04
commit d9cf8c037d
1 changed files with 6 additions and 0 deletions

View File

@ -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;