summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUmesh Tanwar <umesh.tanwar@samsung.com>2016-03-22 15:03:37 -0700
committerCedric BAIL <cedric@osg.samsung.com>2016-03-22 15:03:42 -0700
commit2d0343dcded1c1f3c594bdcf38fc9d6e5909cf52 (patch)
tree95a658b23eb17d0f4c6490e2d227e364b65b0f18
parent1586a086d63ad1ca01a800221edc319433c7f5f0 (diff)
downloadefl-2d0343dcded1c1f3c594bdcf38fc9d6e5909cf52.tar.gz
theme: fix non-fixed parts.
Summary: The error shown while testing elementary_test. Signed-off-by: Umesh Tanwar <umesh.tanwar@samsung.com> 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 <cedric@osg.samsung.com>
-rw-r--r--legacy/elementary/data/themes/edc/elm/focus.edc1
-rw-r--r--legacy/elementary/data/themes/edc/elm/genlist.edc1
2 files changed, 2 insertions, 0 deletions
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;