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>
This commit is contained in:
taehyub 2016-02-05 08:17:55 +01:00 committed by Cedric BAIL
parent 8d6ba5a60a
commit 98e447a85f
1 changed files with 8 additions and 0 deletions

View File

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