Add some more theme work.
This commit is contained in:
parent
d035776bc5
commit
17bd5a0c6a
@ -3,4 +3,6 @@
|
|||||||
|
|
||||||
collections {
|
collections {
|
||||||
#include "groups/window.edc"
|
#include "groups/window.edc"
|
||||||
|
#include "groups/welcome_page.edc"
|
||||||
|
#include "groups/button.edc"
|
||||||
}
|
}
|
||||||
|
4
ecdb/trunk/data/themes/default/groups/welcome_page.edc
Normal file
4
ecdb/trunk/data/themes/default/groups/welcome_page.edc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
group {
|
||||||
|
name: "ecdb/welcome_page";
|
||||||
|
min: 640 170;
|
||||||
|
}
|
@ -74,6 +74,12 @@ group {
|
|||||||
relative: 1.0 0.0;
|
relative: 1.0 0.0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
description {
|
||||||
|
state: "active" 0.0;
|
||||||
|
inherit: "default" 0.0;
|
||||||
|
color: 0 0 0 80;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
part {
|
part {
|
||||||
@ -227,14 +233,13 @@ group {
|
|||||||
}
|
}
|
||||||
|
|
||||||
part {
|
part {
|
||||||
name: "bottom_container";
|
name: "action_area";
|
||||||
type: RECT;
|
type: SWALLOW;
|
||||||
mouse_events: 0;
|
mouse_events: 0;
|
||||||
repeat_events: 1;
|
repeat_events: 1;
|
||||||
|
|
||||||
description {
|
description {
|
||||||
state: "default" 0.0;
|
state: "default" 0.0;
|
||||||
color: 250 0 0 40;
|
|
||||||
min: 99999 170;
|
min: 99999 170;
|
||||||
|
|
||||||
rel1 {
|
rel1 {
|
||||||
@ -287,5 +292,24 @@ group {
|
|||||||
target: "filelist_overlay_text";
|
target: "filelist_overlay_text";
|
||||||
transition: DECELERATE 0.5;
|
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
ecdb/trunk/data/themes/default/images/button.png
Normal file
BIN
ecdb/trunk/data/themes/default/images/button.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 821 B |
BIN
ecdb/trunk/data/themes/default/images/button_base.png
Normal file
BIN
ecdb/trunk/data/themes/default/images/button_base.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 584 B |
BIN
ecdb/trunk/data/themes/default/images/button_shadow.png
Normal file
BIN
ecdb/trunk/data/themes/default/images/button_shadow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 185 B |
BIN
ecdb/trunk/data/themes/default/images/button_shadow_overlay.png
Normal file
BIN
ecdb/trunk/data/themes/default/images/button_shadow_overlay.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 243 B |
@ -3,4 +3,8 @@ images {
|
|||||||
image: "focus.png" COMP;
|
image: "focus.png" COMP;
|
||||||
image: "text_overlay.png" COMP;
|
image: "text_overlay.png" COMP;
|
||||||
image: "paned_v_handle.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