From ca5f3fa36c96adf6d25263430759c2e05c21a8d0 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 20 Sep 2005 10:19:18 +0000 Subject: [PATCH] move logo somewhere nicer - centered, more symmetry. more text in about. no mroe aardvaarks :( SVN revision: 16786 --- data/themes/default_about.edc | 26 ++++++++++++++------------ src/bin/e_about.c | 14 +++++++++++--- 2 files changed, 25 insertions(+), 15 deletions(-) diff --git a/data/themes/default_about.edc b/data/themes/default_about.edc index 5d787f6ea..0814292b6 100644 --- a/data/themes/default_about.edc +++ b/data/themes/default_about.edc @@ -293,13 +293,14 @@ group { max: 200 1000; min: 200 0; rel1 { - to_y: "logo"; + to_y: "version"; relative: 0.0 1.0; offset: 8 8; } rel2 { to_y: "sky"; - relative: 0.5 0.4; + to_x: "logo"; + relative: 0.0 0.4; offset: -9 -9; } text { @@ -317,8 +318,9 @@ group { max: 1000 1000; min: 200 0; rel1 { - to_y: "logo"; - relative: 0.5 1.0; + to_y: "version"; + to_x: "logo"; + relative: 1.0 1.0; offset: 8 8; } rel2 { @@ -376,12 +378,10 @@ group { fixed: 0 1; align: 0.5 0.0; rel1 { - to_y: "logo"; relative: 0.0 0.0; - offset: 6 0; + offset: 6 6; } rel2 { - to_y: "logo"; relative: 1.0 0.0; offset: -7 6; } @@ -434,15 +434,17 @@ group { state: "default" 0.0; min: 63 63; max: 63 63; - align: 0.0 0.0; + align: 0.5 0.5; fixed: 1 1; rel1 { - relative: 0.0 0.0; - offset: 8 8; + relative: 0.5 0.5; + offset: 0 0; + to_y: "about"; } rel2 { - relative: 0.5 0.0; - offset: 8 8; + relative: 0.5 0.5; + offset: 0 0; + to_y: "about"; } image { normal: "e17_logo.png"; diff --git a/src/bin/e_about.c b/src/bin/e_about.c index 9f835add8..fb15bf7a2 100644 --- a/src/bin/e_about.c +++ b/src/bin/e_about.c @@ -52,11 +52,19 @@ e_about_new(E_Container *con) edje_object_part_text_set (about->bg_object, "about", _( - "Copyright © 1999-2005, by the Enlightenment Dev Team.
" + "Copyright © 1999-2005, by the Enlightenment Deelopment Team.
" "
" - "We hope you enjoy using this software as much as we enjoyed writing it.
" + "We hope you enjoy using this software as much as we enjoyed " + "writing it.
" "
" - "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.
" + "
" + "Enlightenment is under HEAVY DEVELOPMENT 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", "",