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
commitec3ca5819f4d91bf6d1bfa5b88d85a4ef57a5d0c (patch)
treeb07dc01f508d80933101556e3fef967500ea3900
parent7a19ac90b2d1887ac65f7e249320fe34602456a5 (diff)
downloadelementary-ec3ca5819f4d91bf6d1bfa5b88d85a4ef57a5d0c.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--data/themes/edc/elm/focus.edc1
-rw-r--r--data/themes/edc/elm/genlist.edc1
2 files changed, 2 insertions, 0 deletions
diff --git a/data/themes/edc/elm/focus.edc b/data/themes/edc/elm/focus.edc
index 789a73a50..2ea28044f 100644
--- a/data/themes/edc/elm/focus.edc
+++ b/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/data/themes/edc/elm/genlist.edc b/data/themes/edc/elm/genlist.edc
index 3eab7ff57..d13d6f6d7 100644
--- a/data/themes/edc/elm/genlist.edc
+++ b/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;