From f0467da0199b9ade5513a72e5c2f8bff4b6456bd Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 4 Dec 2007 19:39:00 +0000 Subject: [PATCH] Allow more space for moving/placeing items in the toolbar. This removes the large "gap" at the begining & end of the toolbar. Also remove the "shaped" option as it's not needed in default theme. SVN revision: 32982 --- data/themes/default_toolbar.edc | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/data/themes/default_toolbar.edc b/data/themes/default_toolbar.edc index e70e56b3d..b7976bb8c 100644 --- a/data/themes/default_toolbar.edc +++ b/data/themes/default_toolbar.edc @@ -7,10 +7,6 @@ images group { name: "e/toolbar/default/base"; - data - { - item: "shaped" "1"; - } parts { part @@ -105,29 +101,29 @@ group description { state: "default" 0.0; - rel1.offset: 18 2; - rel2.offset: -19 -3; + rel1.offset: 2 2; + rel2.offset: -3 -3; } description { state: "bottom" 0.0; inherit: "default" 0.0; - rel1.offset: 18 2; - rel2.offset: -19 -3; + rel1.offset: 2 2; + rel2.offset: -3 -3; } description { state: "left" 0.0; inherit: "default" 0.0; - rel1.offset: 2 18; - rel2.offset: -3 -19; + rel1.offset: 2 2; + rel2.offset: -3 -3; } description { state: "right" 0.0; inherit: "default" 0.0; - rel1.offset: 2 18; - rel2.offset: -3 -19; + rel1.offset: 2 2; + rel2.offset: -3 -3; } } }