summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <m.blumenkran@samsung.com>2013-02-22 13:52:40 +0000
committerMike Blumenkrantz <m.blumenkran@samsung.com>2013-02-22 13:53:36 +0000
commit5f4315470aba2c80865662ae6bd1b6daa5a465a6 (patch)
tree81f7bc438dbf96fc70a073c6d4d3ab96997eaf94
parent299aea18c41b14c5483fd89cb2ebb813ff7ecc89 (diff)
downloadenlightenment-5f4315470aba2c80865662ae6bd1b6daa5a465a6.tar.gz
e/comp/screen/base/* groups require a clip to ensure the bg images don't overflow
-rw-r--r--data/themes/edc/comp.edc5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/themes/edc/comp.edc b/data/themes/edc/comp.edc
index ee507b6232..bc094dc1e1 100644
--- a/data/themes/edc/comp.edc
+++ b/data/themes/edc/comp.edc
@@ -24,7 +24,12 @@ group { name: "e/comp/preview";
group { name: "e/comp/screen/base/default";
alias: "e/comp/screen/base/noeffects";
parts {
+ part { name: "clip"; type: RECT; mouse_events: 0;
+ description { state: "default" 0.0;
+ }
+ }
part { name: "e.swallow.background"; type: SWALLOW; mouse_events: 0;
+ clip_to: "clip";
description { state: "default" 0.0;
}
}