diff --git a/data/elementary/themes/edc/elm/win.edc b/data/elementary/themes/edc/elm/win.edc index 343de6c6e2..292ff2421a 100644 --- a/data/elementary/themes/edc/elm/win.edc +++ b/data/elementary/themes/edc/elm/win.edc @@ -20,7 +20,14 @@ group { name: "elm/win/base/default"; fixed: 0 1; } } + part { name: "client_clip"; type: RECT; mouse_events: 0; + description { state: "default" 0.0; + rel1.to_y: "elm.swallow.contents"; + rel2.to_y: "elm.swallow.contents"; + } + } part { name: "elm.swallow.contents"; type: SWALLOW; + clip_to: "client_clip"; description { state: "default" 0.0; rel1 { to_y: "elm.swallow.menu";