summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authortaehyub <taehyub.kim@samsung.com>2016-02-05 08:18:31 +0100
committerCedric BAIL <cedric@osg.samsung.com>2016-02-05 08:45:19 +0100
commit999949514625d0651bc5eab31e472df8de974905 (patch)
tree2223aab995d003a6fb591f5006718fdbe50c5e74 /data
parent6cf09175874cca9e5859d580a5bad706012b8880 (diff)
downloadelementary-999949514625d0651bc5eab31e472df8de974905.tar.gz
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>
Diffstat (limited to 'data')
-rw-r--r--data/themes/edc/elm/popup.edc8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/themes/edc/elm/popup.edc b/data/themes/edc/elm/popup.edc
index 5b8cb05ff..32433bed3 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;