More work on the interface.

This commit is contained in:
Jaime Thomas
2008-09-24 18:52:11 +00:00
parent 30ed274ea9
commit b59ace9aa9
4 changed files with 162 additions and 31 deletions

View File

@ -332,19 +332,20 @@ group {
program {
name: "filelist,focus,in";
signal: "ecdb,filelist,in";
source: "ecdb";
signal: "mouse,in";
source: "filelist_overlay";
action: STATE_SET "focused" 0.0;
target: "filelist_container";
transition: LINEAR 0.5;
transition: LINEAR 0.2;
}
program {
signal: "ecdb,filelist,out";
source: "ecdb";
name: "filelist,focus,out";
signal: "mouse,out";
source: "filelist_overlay";
action: STATE_SET "default" 0.0;
target: "filelist_container";
transition: LINEAR 0.5;
transition: LINEAR 0.2;
}
program {