diff options
author | Mike Blumenkrantz <m.blumenkran@samsung.com> | 2013-02-22 13:52:40 +0000 |
---|---|---|
committer | Mike Blumenkrantz <m.blumenkran@samsung.com> | 2013-02-22 13:53:36 +0000 |
commit | 5f4315470aba2c80865662ae6bd1b6daa5a465a6 (patch) | |
tree | 81f7bc438dbf96fc70a073c6d4d3ab96997eaf94 | |
parent | 299aea18c41b14c5483fd89cb2ebb813ff7ecc89 (diff) | |
download | enlightenment-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.edc | 5 |
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; } } |