okra pushed a commit to branch efl-1.20. http://git.enlightenment.org/core/efl.git/commit/?id=59fa359880711c426b0fab71d35e45699aeb392c
commit 59fa359880711c426b0fab71d35e45699aeb392c Author: Stephen 'Okra' Houston <[email protected]> Date: Wed Aug 30 20:14:20 2017 -0500 Luncher Theme: Set no border for alpha. This needs to be backported. --- data/elementary/themes/edc/luncher.edc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/data/elementary/themes/edc/luncher.edc b/data/elementary/themes/edc/luncher.edc index 61af2578fb..35ac82a803 100644 --- a/data/elementary/themes/edc/luncher.edc +++ b/data/elementary/themes/edc/luncher.edc @@ -559,12 +559,10 @@ group { name: "e/gadget/luncher/preview"; target: "e.swallow.title"; target: "icon"; } - program { name: "go_preview"; - signal: "e,state,icon,preview"; source: "e"; - action: STATE_SET "default" 0.0; + program { name: "go_alpha"; + signal: "e,state,icon,alpha"; source: "e"; + action: STATE_SET "menu" 0.0; target: "border"; - target: "e.swallow.title"; - target: "icon"; } } } --
