And allow the about page to be shown.
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user