legacy/experimental/ecdb/trunk/data/themes/default/groups/welcome_page.edc

91 lines
1.1 KiB
Plaintext

group {
name: "ecdb/welcome_page";
min: 640 170;
parts {
part {
name: "b1";
type: SWALLOW;
repeat_events: 1;
description {
state: "default" 0.0;
min: 28 24;
rel1 {
relative: 0.0 0.0;
offset: 10 10;
}
rel2 {
relative: 0.5 0.5;
offset: -11 -11;
}
}
}
part {
name: "b2";
type: SWALLOW;
repeat_events: 1;
description {
state: "default" 0.0;
min: 88 24;
rel1 {
relative: 0.5 0.0;
offset: 10 10;
}
rel2 {
relative: 1.0 0.5;
offset: -11 -11;
}
}
}
part {
name: "b3";
type: SWALLOW;
repeat_events: 1;
description {
state: "default" 0.0;
min: 88 24;
rel1 {
relative: 0.0 0.5;
offset: 10 10;
}
rel2 {
relative: 0.5 1.0;
offset: -11 -11;
}
}
}
part {
name: "b4";
type: SWALLOW;
repeat_events: 1;
description {
state: "default" 0.0;
min: 88 24;
rel1 {
relative: 0.5 0.5;
offset: 10 10;
}
rel2 {
relative: 1.0 1.0;
offset: -11 -11;
}
}
}
}
}