cedric pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=999949514625d0651bc5eab31e472df8de974905
commit 999949514625d0651bc5eab31e472df8de974905 Author: taehyub <[email protected]> Date: Fri Feb 5 08:18:31 2016 +0100 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 <[email protected]> --- data/themes/edc/elm/popup.edc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/themes/edc/elm/popup.edc b/data/themes/edc/elm/popup.edc index 5b8cb05..32433be 100644 --- a/data/themes/edc/elm/popup.edc +++ b/data/themes/edc/elm/popup.edc @@ -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; --
