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
This commit is contained in:
Christopher Michael 2007-12-04 19:39:00 +00:00
parent 03b404c979
commit f0467da019
1 changed files with 8 additions and 12 deletions

View File

@ -7,10 +7,6 @@ images
group group
{ {
name: "e/toolbar/default/base"; name: "e/toolbar/default/base";
data
{
item: "shaped" "1";
}
parts parts
{ {
part part
@ -105,29 +101,29 @@ group
description description
{ {
state: "default" 0.0; state: "default" 0.0;
rel1.offset: 18 2; rel1.offset: 2 2;
rel2.offset: -19 -3; rel2.offset: -3 -3;
} }
description description
{ {
state: "bottom" 0.0; state: "bottom" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
rel1.offset: 18 2; rel1.offset: 2 2;
rel2.offset: -19 -3; rel2.offset: -3 -3;
} }
description description
{ {
state: "left" 0.0; state: "left" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
rel1.offset: 2 18; rel1.offset: 2 2;
rel2.offset: -3 -19; rel2.offset: -3 -3;
} }
description description
{ {
state: "right" 0.0; state: "right" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
rel1.offset: 2 18; rel1.offset: 2 2;
rel2.offset: -3 -19; rel2.offset: -3 -3;
} }
} }
} }