move logo somewhere nicer - centered, more symmetry. more text in about. no

mroe aardvaarks :(


SVN revision: 16786
This commit is contained in:
Carsten Haitzler 2005-09-20 10:19:18 +00:00
parent 3a6ec75c22
commit ca5f3fa36c
2 changed files with 25 additions and 15 deletions

View File

@ -293,13 +293,14 @@ group {
max: 200 1000; max: 200 1000;
min: 200 0; min: 200 0;
rel1 { rel1 {
to_y: "logo"; to_y: "version";
relative: 0.0 1.0; relative: 0.0 1.0;
offset: 8 8; offset: 8 8;
} }
rel2 { rel2 {
to_y: "sky"; to_y: "sky";
relative: 0.5 0.4; to_x: "logo";
relative: 0.0 0.4;
offset: -9 -9; offset: -9 -9;
} }
text { text {
@ -317,8 +318,9 @@ group {
max: 1000 1000; max: 1000 1000;
min: 200 0; min: 200 0;
rel1 { rel1 {
to_y: "logo"; to_y: "version";
relative: 0.5 1.0; to_x: "logo";
relative: 1.0 1.0;
offset: 8 8; offset: 8 8;
} }
rel2 { rel2 {
@ -376,12 +378,10 @@ group {
fixed: 0 1; fixed: 0 1;
align: 0.5 0.0; align: 0.5 0.0;
rel1 { rel1 {
to_y: "logo";
relative: 0.0 0.0; relative: 0.0 0.0;
offset: 6 0; offset: 6 6;
} }
rel2 { rel2 {
to_y: "logo";
relative: 1.0 0.0; relative: 1.0 0.0;
offset: -7 6; offset: -7 6;
} }
@ -434,15 +434,17 @@ group {
state: "default" 0.0; state: "default" 0.0;
min: 63 63; min: 63 63;
max: 63 63; max: 63 63;
align: 0.0 0.0; align: 0.5 0.5;
fixed: 1 1; fixed: 1 1;
rel1 { rel1 {
relative: 0.0 0.0; relative: 0.5 0.5;
offset: 8 8; offset: 0 0;
to_y: "about";
} }
rel2 { rel2 {
relative: 0.5 0.0; relative: 0.5 0.5;
offset: 8 8; offset: 0 0;
to_y: "about";
} }
image { image {
normal: "e17_logo.png"; normal: "e17_logo.png";

View File

@ -52,11 +52,19 @@ e_about_new(E_Container *con)
edje_object_part_text_set edje_object_part_text_set
(about->bg_object, "about", (about->bg_object, "about",
_( _(
"Copyright © 1999-2005, by the Enlightenment Dev Team.<br>" "Copyright © 1999-2005, by the Enlightenment Deelopment Team.<br>"
"<br>" "<br>"
"We hope you enjoy using this software as much as we enjoyed writing it.<br>" "We hope you enjoy using this software as much as we enjoyed "
"writing it.<br>"
"<br>" "<br>"
"Please think of the aardvarks. They need some love too." "This software is provided as-is with no explicit or implied "
"warranty. This software is goverened by licensing conditions, "
"so please see the COPYING and COPYING-PLAING licence files "
"installed on your system by this software.<br>"
"<br>"
"Enlightenment is under <hilight>HEAVY DEVELOPMENT</hilight> and it "
"is not stable. Many features are incomplete or even non-existant "
"yet and may have many bugs. You have been warned!"
) )
); );
edje_object_signal_callback_add(about->bg_object, "close", "", edje_object_signal_callback_add(about->bg_object, "close", "",