Add some more theme work.
This commit is contained in:
parent
12ab1d49da
commit
4efe27fb51
@ -3,4 +3,6 @@
|
||||
|
||||
collections {
|
||||
#include "groups/window.edc"
|
||||
#include "groups/welcome_page.edc"
|
||||
#include "groups/button.edc"
|
||||
}
|
||||
|
@ -0,0 +1,4 @@
|
||||
group {
|
||||
name: "ecdb/welcome_page";
|
||||
min: 640 170;
|
||||
}
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
BIN
experimental/ecdb/trunk/data/themes/default/images/button.png
Normal file
BIN
experimental/ecdb/trunk/data/themes/default/images/button.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 821 B |
Binary file not shown.
After Width: | Height: | Size: 584 B |
Binary file not shown.
After Width: | Height: | Size: 185 B |
Binary file not shown.
After Width: | Height: | Size: 243 B |
@ -3,4 +3,8 @@ images {
|
||||
image: "focus.png" COMP;
|
||||
image: "text_overlay.png" COMP;
|
||||
image: "paned_v_handle.png" COMP;
|
||||
image: "button_base.png" COMP;
|
||||
image: "button_shadow.png" COMP;
|
||||
image: "button_shadow_overlay.png" COMP;
|
||||
image: "button.png" COMP;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user