discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=c25987a2d50ec80094e3eb666dbc556f7ee54f1d
commit c25987a2d50ec80094e3eb666dbc556f7ee54f1d Author: Mike Blumenkrantz <[email protected]> Date: Mon Jun 15 13:48:48 2015 -0400 comp effects: increase size of vertical visibility effect to include shadows --- data/themes/edc/comp_effects.edc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/data/themes/edc/comp_effects.edc b/data/themes/edc/comp_effects.edc index ccc9dce..dfc459a 100644 --- a/data/themes/edc/comp_effects.edc +++ b/data/themes/edc/comp_effects.edc @@ -438,8 +438,11 @@ group { name: "e/comp/effects/visibility/vertical"; } parts { rect { "clip"; - desc {} - desc { "hid"; rel2.relative: 1 0; } + desc { rel2.offset: 10 10; } + desc { "hid"; + rel2.relative: 1 0; + rel2.offset: 10 10; + } } swallow { "e.swallow.content"; clip: "clip"; } } --
