diff --git a/legacy/elementary/data/themes/edc/gadman.edc b/legacy/elementary/data/themes/edc/gadman.edc index 376c723ad5..9fe5af5762 100644 --- a/legacy/elementary/data/themes/edc/gadman.edc +++ b/legacy/elementary/data/themes/edc/gadman.edc @@ -18,12 +18,18 @@ group { name: "e/gadman/popup"; fill.smooth: 0; } } - part { name: "e.swallow.content"; type: SWALLOW; + part { name: "e.swallow.content"; type: SWALLOW; clip_to: "clip"; description { state: "default" 0.0; rel1.offset: 3 3; rel2.offset: -4 -4; } } + part { name: "clip"; type: RECT; + description { state: "default"; + rel1.to: "e.swallow.content"; + rel2.to: "e.swallow.content"; + } + } part { name: "shine"; mouse_events: 0; description { state: "default" 0.0; image.normal: "shine.png";