elm theme - toolbar - adjust padding for the toolbar to not look so bad

therw was always a small 2 pixel padding inside the toolbar. it just
looks bad for toolbar so expand out to boundary of toolbar
This commit is contained in:
Carsten Haitzler 2015-06-07 11:22:31 +09:00
parent 166d8c2db8
commit 1e8dfb051c
1 changed files with 6 additions and 6 deletions

View File

@ -15,8 +15,8 @@ group { name: "elm/toolbar/base/default";
parts {
part { name: "shadow"; mouse_events: 0;
description { state: "default" 0.0;
rel1.offset: -1 0;
rel2.offset: 0 1;
rel1.offset: -3 -2;
rel2.offset: 2 3;
image.normal: "shadow_square_tiny.png";
image.border: 6 6 6 6;
fill.smooth: 0;
@ -25,8 +25,8 @@ group { name: "elm/toolbar/base/default";
part { name: "base";
description { state: "default" 0.0;
image.normal: "vgrad_med_lighter.png";
rel1.offset: 2 2;
rel2.offset: -3 -3;
rel1.offset: 0 0;
rel2.offset: -1 -1;
fill.smooth: 0;
TILED_HORIZ(120)
}
@ -40,8 +40,8 @@ group { name: "elm/toolbar/base/default";
part { name: "elm.swallow.content"; type: SWALLOW;
clip_to: "clipper";
description { state: "default" 0.0;
rel1.offset: 2 2;
rel2.offset: -3 -3;
rel1.offset: 0 0;
rel2.offset: -1 -1;
}
}
part { name: "bevel"; mouse_events: 0;