popup: add elm.swallow.background for background customize

Summary: add elm.swallow.background part in elm/popup/base/default

Reviewers: kimcinoo

Differential Revision: https://phab.enlightenment.org/D3645

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
taehyub 2016-02-05 08:18:31 +01:00 committed by Cedric BAIL
parent 98e447a85f
commit 976520945b
1 changed files with 8 additions and 0 deletions

View File

@ -191,6 +191,14 @@ group { name: "elm/popup/base/default";
color_class: "popup_bg";
}
}
part { name: "elm.swallow.background"; type: SWALLOW;
scale: 1;
description { state: "default" 0.0;
fixed: 1 1;
rel1.to: "base";
rel2.to: "base";
}
}
part { name: "elm.bg.title"; type: RECT;
description { state: "default" 0.0;
fixed: 1 1;