diff --git a/legacy/elementary/data/themes/edc/elm/focus.edc b/legacy/elementary/data/themes/edc/elm/focus.edc index 789a73a50a..2ea28044ff 100644 --- a/legacy/elementary/data/themes/edc/elm/focus.edc +++ b/legacy/elementary/data/themes/edc/elm/focus.edc @@ -73,6 +73,7 @@ group { name: "elm/focus_highlight/top/default"; parts { part { name: "base"; type: SPACER; description { state: "default" 0.0; + fixed: 1 1; } } part { name: "clip"; type: RECT; diff --git a/legacy/elementary/data/themes/edc/elm/genlist.edc b/legacy/elementary/data/themes/edc/elm/genlist.edc index 3eab7ff57a..d13d6f6d7e 100644 --- a/legacy/elementary/data/themes/edc/elm/genlist.edc +++ b/legacy/elementary/data/themes/edc/elm/genlist.edc @@ -1699,6 +1699,7 @@ group { "elm/genlist/tree/tree_effect/default"; nomouse; rect { "point"; mouse; scale; desc { "default"; + fixed: 1 1; color: 0 0 0 0; rel1.relative: 0.0 0.0; rel2.relative: 1.0 0.0;