Revert "theme: undo recent changes to elm window border shadow_spacer part"

This reverts commit aaf8b86179.

it turns out that this was irrelevant and there was some less-than-competent
engine code trying to manhandle surface sizes
This commit is contained in:
Mike Blumenkrantz 2016-03-30 15:45:06 -04:00
parent f70649a13d
commit 18cbf953d6
2 changed files with 4 additions and 3 deletions

View File

@ -809,9 +809,7 @@ group { name: "elm/border/base/default";
}
part { name: "shadow_spacer"; type: SPACER;
description { state: "default";
//NOT RELATED TO SHADOW SIZE
rel1.offset: 7 5;
rel2.offset: -8 -12;
WIN_SHADOW_SPACER;
}
description { state: "max";
rel1.offset: 0 0;

View File

@ -17,6 +17,9 @@
rel1.offset: -21 -14; \
rel2.offset: 20 27; \
fill.smooth: 0
#define WIN_SHADOW_SPACER \
rel1.offset: 21 14; \
rel2.offset: -21 -28
#define WIN_MENU_SHADOW \
image.normal: "win_menu_shadow.png"; \
image.border: 44 44 16 29; \