border: bring sparklebear theme up-to-date with current efl rendering

various fixes have occurred over the years to improve proxy rendering.
as a result, this theme, which is apparently the only other user of proxy
edje parts besides deskmirror, was broken.

@fix
This commit is contained in:
Mike Blumenkrantz 2015-10-15 16:35:46 -04:00
parent e6fa6a6097
commit 1387dc63cd
1 changed files with 24 additions and 0 deletions

View File

@ -749,6 +749,8 @@ group { name: "e/widgets/border/sparkle/border";
insert_after: "top";
description { state: "default";
source: "top";
proxy.source_clip: 0;
proxy.source_visible: 0;
rel1.to: "top";
rel2.to: "top";
fill.smooth: 0;
@ -773,6 +775,28 @@ group { name: "e/widgets/border/sparkle/border";
color3: 0 0 0 255;
}
}
part { "clip1";
desc { "default";
rel1.to: "";
rel1.offset: -9999 -9999;
rel2.to: "";
rel2.offset: 9999 9999;
}
}
part { "clip2";
desc { "default";
rel1.to: "";
rel1.offset: -9999 -9999;
rel2.to: "";
rel2.offset: 9999 9999;
}
desc { "focused";
rel1.to: "";
rel1.offset: -9999 -9999;
rel2.to: "";
rel2.offset: 9999 9999;
}
}
part { name: "e.event.icon";
description { state: "default" 0.0;
rel1.to: "proxy";