diff --git a/legacy/elementary/data/themes/Makefile.am b/legacy/elementary/data/themes/Makefile.am index a9e927099f..6bee4c5c57 100644 --- a/legacy/elementary/data/themes/Makefile.am +++ b/legacy/elementary/data/themes/Makefile.am @@ -62,6 +62,7 @@ sb_runnerh.png \ sb_runnerv.png \ shelf_inset.png \ tog_base.png \ +tog_dis_base.png \ shad_circ.png \ bt_dis_base.png \ bt_dis_hilight.png \ diff --git a/legacy/elementary/data/themes/default.edc b/legacy/elementary/data/themes/default.edc index 39533fefa7..d215c819c1 100644 --- a/legacy/elementary/data/themes/default.edc +++ b/legacy/elementary/data/themes/default.edc @@ -5169,13 +5169,23 @@ collections { image.normal: "head.png"; } } + part { name: "clip"; + mouse_events: 0; + type: RECT; + description { state: "default" 0.0; + rel1.offset: 4 4; + rel2.offset: -5 -5; + color: 255 255 255 255; + } + } part { name: "elm.swallow.content"; type: SWALLOW; + clip_to: "clip"; description { state: "default" 0.0; rel1.offset: 4 4; rel2.offset: -5 -5; } - } + } part { name: "over"; mouse_events: 0; description { state: "default" 0.0; @@ -5189,7 +5199,7 @@ collections { fill.smooth: 0; } } - } + } } ///////////////////////////////////////////////////////////////////////////////