Add some more theme work.
This commit is contained in:
@ -74,6 +74,12 @@ group {
|
||||
relative: 1.0 0.0;
|
||||
}
|
||||
}
|
||||
|
||||
description {
|
||||
state: "active" 0.0;
|
||||
inherit: "default" 0.0;
|
||||
color: 0 0 0 80;
|
||||
}
|
||||
}
|
||||
|
||||
part {
|
||||
@ -227,14 +233,13 @@ group {
|
||||
}
|
||||
|
||||
part {
|
||||
name: "bottom_container";
|
||||
type: RECT;
|
||||
name: "action_area";
|
||||
type: SWALLOW;
|
||||
mouse_events: 0;
|
||||
repeat_events: 1;
|
||||
|
||||
description {
|
||||
state: "default" 0.0;
|
||||
color: 250 0 0 40;
|
||||
min: 99999 170;
|
||||
|
||||
rel1 {
|
||||
@ -287,5 +292,24 @@ group {
|
||||
target: "filelist_overlay_text";
|
||||
transition: DECELERATE 0.5;
|
||||
}
|
||||
|
||||
program {
|
||||
name: "draggie_activate";
|
||||
signal: "mouse,down,1";
|
||||
action: STATE_SET "active" 0.0;
|
||||
source: "paned_draggie";
|
||||
target: "paned_draggie";
|
||||
transition: DECELERATE 0.5;
|
||||
}
|
||||
|
||||
program {
|
||||
name: "draggie_deactivate";
|
||||
signal: "mouse,clicked,1";
|
||||
signal: "mouse,up,1";
|
||||
action: STATE_SET "default" 0.0;
|
||||
source: "paned_draggie";
|
||||
target: "paned_draggie";
|
||||
transition: DECELERATE 0.5;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user