experimental-legacy/ecdb/trunk/data/themes/default/groups/window.edc

49 lines
621 B
Plaintext
Raw Normal View History

2008-08-04 23:28:43 +00:00
group {
name: "ecdb/window";
parts {
part {
name: "background";
mouse_events: 0;
description {
state: "default" 0.0;
min: 255 255;
2008-08-05 03:12:24 +00:00
max: 999999 999999;
2008-08-04 23:28:43 +00:00
rel1 {
relative: 0.0 0.0;
offset: 0 0;
}
rel2 {
relative: 1.0 1.0;
offset: -1 -1;
}
image {
2008-08-05 03:12:24 +00:00
normal: "background.png";
2008-08-04 23:28:43 +00:00
}
}
}
2008-08-06 02:21:20 +00:00
part {
name: "filelist";
type: SWALLOW;
description {
state: "default" 0.0;
min: 245 245;
max: 99999 350;
align: 0.0 0.0;
rel1 {
to: "background";
offset: 5 5;
}
rel2 {
offset: -5 -5;
}
}
}
2008-08-04 23:28:43 +00:00
}
}