From 2d0343dcded1c1f3c594bdcf38fc9d6e5909cf52 Mon Sep 17 00:00:00 2001 From: Umesh Tanwar Date: Tue, 22 Mar 2016 15:03:37 -0700 Subject: [PATCH] theme: fix non-fixed parts. Summary: The error shown while testing elementary_test. Signed-off-by: Umesh Tanwar Test Plan: run elementary_test ->type "genlist" in search ->move to "genlist focus" button using navigation keys. Reviewers: cedric, singh.amitesh, Hermet Differential Revision: https://phab.enlightenment.org/D3815 Signed-off-by: Cedric BAIL --- legacy/elementary/data/themes/edc/elm/focus.edc | 1 + legacy/elementary/data/themes/edc/elm/genlist.edc | 1 + 2 files changed, 2 insertions(+) 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;