Bottom shadow image (for background) is actually 8 pixels high, not 3,

so set the bottom shadow part to take that into account. Now bottom
shadow on background actually shows up ;)



SVN revision: 53870
This commit is contained in:
Christopher Michael 2010-10-25 13:28:05 +00:00
parent b02dd546a4
commit 12abaef7eb
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ collections {
mouse_events: 0;
description { state: "default" 0.0;
rel1.relative: 0.0 1.0;
rel1.offset: 0 -4;
rel1.offset: 0 -9;
image.normal: "dia_botshad.png";
fill {
smooth: 0;