Luncher Theme: Set no border for alpha. This needs to be backported.

This commit is contained in:
Stephen 'Okra' Houston 2017-08-30 20:14:20 -05:00
parent 0b3a14a387
commit b0fc5dde62
1 changed files with 3 additions and 5 deletions

View File

@ -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";
}
}
}