summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGodly T Alias <godlytalias@yahoo.co.in>2016-02-05 08:11:41 +0100
committerCedric BAIL <cedric@osg.samsung.com>2016-02-05 08:45:19 +0100
commitb7bdec74f753ffb6fc54328c6adf58401f562842 (patch)
treecbd07abd28a934a7f066c550cdfb53a64ea1ffcb /data
parent54223c656f6e0a1d7223f2106d0569d624a6f836 (diff)
downloadelementary-b7bdec74f753ffb6fc54328c6adf58401f562842.tar.gz
genlist: fix for a bug in tree expansion, T3132
Summary: @fix T3132 If nobody sees issue with this change, this should be backported. Signed-off-by: Godly T Alias <godly.talias@samsung.com> Test Plan: elementary_test Genlist Tree, enable Tree effect Reviewers: prince.dubey, SanghyeonLee, shilpasingh Subscribers: govi, rajeshps Maniphest Tasks: T3132 Differential Revision: https://phab.enlightenment.org/D3656 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'data')
-rw-r--r--data/themes/edc/elm/genlist.edc23
1 files changed, 12 insertions, 11 deletions
diff --git a/data/themes/edc/elm/genlist.edc b/data/themes/edc/elm/genlist.edc
index 9bd63f7bb..3eab7ff57 100644
--- a/data/themes/edc/elm/genlist.edc
+++ b/data/themes/edc/elm/genlist.edc
@@ -1710,14 +1710,6 @@ group { "elm/genlist/tree/tree_effect/default"; nomouse;
group { "group"; mouse;
source: "elm/genlist/tree/default/default";
desc { "default";
- link.base: "elm,state,show";
- }
- desc { "hide";
-// hid;
- link.base: "elm,state,hide";
- }
- desc { "map_transition";
- color: 50 50 50 255;
map {
perspective: "point";
on: 1;
@@ -1726,18 +1718,27 @@ group { "elm/genlist/tree/tree_effect/default"; nomouse;
backface_cull: 1;
rotation {
center: "point";
- x: -90;
+ x: 0;
y: 0;
z: 0;
}
}
+ link.base: "elm,state,show";
+ }
+ desc { "hide";
+// hid;
+ link.base: "elm,state,hide";
+ }
+ desc { "map_transition";
+ inherit: "default";
+ color: 50 50 50 255;
+ map.rotation.x: -90;
link { base: "elm,action,flip_item";
after: "rot2";
}
}
desc { "map_rotate";
- inherit: "map_transition";
- map.rotation.x: 0;
+ inherit: "default";
link { base: "elm,state,contract_flip";
after: "rotb2";
}