e17/theme/evry: show icons in thumb view again..

SVN revision: 62509
This commit is contained in:
Hannes Janetzek 2011-08-16 13:11:27 +00:00
parent 70ed1d3def
commit 286dbef13d
1 changed files with 4 additions and 8 deletions

View File

@ -36186,23 +36186,20 @@ collections {
source: "e"; source: "e";
action: STATE_SET "default" 0.0; action: STATE_SET "default" 0.0;
target: "clip"; target: "clip";
transition: DECELERATE 0.1;
after: "thumb_show2"; after: "thumb_show2";
} }
program { program {
name: "thumb_show"; name: "thumb_show";
signal: "e,action,thumb,show"; signal: "e,action,thumb,show";
source: "e"; source: "e";
action: STATE_SET "default" 0.0; action: STATE_SET "visible" 0.0;
/* transition: DECELERATE 0.02; */
target: "clip"; target: "clip";
after: "thumb_show2";
} }
program { program {
name: "thumb_show2"; name: "thumb_show2";
action: STATE_SET "visible" 0.0; action: STATE_SET "visible" 0.0;
/* transition: ACCELERATE 0.05; */ transition: DECELERATE 0.1;
target: "base"; target: "clip";
} }
} }
} }
@ -36529,14 +36526,13 @@ collections {
source: "e"; source: "e";
action: STATE_SET "visible" 0.0; action: STATE_SET "visible" 0.0;
target: "clip"; target: "clip";
transition: ACCELERATE 0.02; transition: DECELERATE 0.1;
} }
program { program {
name: "thumb_show"; name: "thumb_show";
signal: "e,action,thumb,show"; signal: "e,action,thumb,show";
source: "e"; source: "e";
action: STATE_SET "visible" 0.0; action: STATE_SET "visible" 0.0;
transition: ACCELERATE 0.0;
target: "clip"; target: "clip";
} }
program { program {