diff --git a/data/elementary/themes/edc/luncher.edc b/data/elementary/themes/edc/luncher.edc index cbc35c0039..8d4db80941 100644 --- a/data/elementary/themes/edc/luncher.edc +++ b/data/elementary/themes/edc/luncher.edc @@ -291,11 +291,13 @@ group { name: "e/gadget/luncher/icon"; color: 255 255 255 0; } } - part { name: "e.swallow.overlay"; type: SWALLOW; + part { name: "e.swallow.overlay"; type: PROXY; clip_to: "obackground"; repeat_events: 1; description { state: "default" 0.0; + source: "e.swallow.icon"; + proxy.source_clip: 0; rel1.to: "obackground"; rel2.to: "obackground"; }