theme: undo recent changes to elm window border shadow_spacer part

this breaks window sizing in wayland

partially reverts c413544ef7
This commit is contained in:
Mike Blumenkrantz 2016-03-28 17:04:52 -04:00
parent aa92044422
commit aaf8b86179
2 changed files with 3 additions and 4 deletions

View File

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

View File

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