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>
This commit is contained in:
Umesh Tanwar 2016-03-22 15:03:37 -07:00 committed by Cedric BAIL
parent 1586a086d6
commit 2d0343dcde
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -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;