From f3d0dd28f7e2775fde2c4ef0cc1a71365c32bcfd Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 21 Dec 2005 06:37:58 +0000 Subject: [PATCH] Add Close button to Configure Panel and center text SVN revision: 19198 --- data/themes/default_configure.edc | 36 ++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 8 deletions(-) diff --git a/data/themes/default_configure.edc b/data/themes/default_configure.edc index f4b2bcfa1..b08329a5d 100644 --- a/data/themes/default_configure.edc +++ b/data/themes/default_configure.edc @@ -70,16 +70,16 @@ group { description { state: "default" 0.0; fixed: 0 1; - align: 0.5 0.0; + align: 0.5 0.5; rel1 { to: "logo"; - relative: 1.0 0.0; - offset: 6 0; + relative: 1.0 0.5; + offset: -6 0; } rel2 { to_y: "logo"; - relative: 1.0 0.0; - offset: -7 6; + relative: 1.0 0.5; + offset: -7 0; } color: 255 255 255 255; color3: 0 0 0 32; @@ -126,13 +126,33 @@ group { rel1 { to_y: "logo"; relative: 0.0 1.0; - offset: 16 16; + offset: 16 5; } rel2 { relative: 1.0 1.0; - offset: -17 -17; + offset: -17 -35; } } - } + } + part { + name: "button"; + type: SWALLOW; + description { + state: "default" 0.0; + color: 0 0 0 0; + align: 0.5 0.5; + fixed: 1 0; + rel1 { + to_y: "item"; + relative: 0.5 1.0; + offset: -16 2; + } + rel2 { + relative: 0.5 1.0; + offset: 17 -2; + } + } + } + } }