And allow the about page to be shown.

This commit is contained in:
Jaime Thomas
2009-02-19 04:40:53 +00:00
parent 5da712af65
commit 4486630d8e
6 changed files with 183 additions and 11 deletions

View File

@ -1,8 +1,17 @@
/* vim: set sw=3 ts=3 sts=3 expandtab: */
group {
name: "ecdb/about";
min: 240 240;
max: 640 640;
min: 300 360;
max: 300 360;
styles {
style {
name: "about_style";
base: "font=ecdb/default:style=Bold font_size=10 align=center color=#000 style=soft_shadow shadow_color=#00000020 wrap=word";
tag: "hilight" "+ font=ecdb/default:style=Bold text_class=tb_light color=#f00 style=soft_shadow";
tag: "br" "\n";
}
}
parts {
part {
@ -12,8 +21,8 @@ group {
description {
state: "default" 0.0;
min: 240 240;
max: 640 640;
min: 300 360;
max: 300 360;
rel1 {
relative: 0.0 0.0;
@ -49,29 +58,31 @@ group {
}
part {
name: "about";
name: "ecdb.about.text";
type: TEXTBLOCK;
mouse_events: 0;
scale: 1;
description {
state: "default" 0.0;
min: 160 0;
max: 640 640;
rel1 {
to_y: "logo";
relative: 0.0 1.0;
offset: 8 -19;
offset: 32 17;
}
rel2 {
to_y: "button.base";
relative: 1.0 0.0;
offset: -1 -1;
offset: -33 -17;
}
text {
style: "ecdb.about";
min: 1 1;
style: "about_style";
min: 0 1;
text: "text";
}
}
@ -98,7 +109,7 @@ group {
rel2 {
relative: 1.0 1.0;
offset: -1 -1;
offset: -1 -6;
}
image {