diff options
author | Stephen 'Okra' Houston <smhouston88@gmail.com> | 2017-08-30 20:14:20 -0500 |
---|---|---|
committer | Stephen 'Okra' Houston <smhouston88@gmail.com> | 2017-08-30 20:15:00 -0500 |
commit | b0fc5dde62f6392ccf2a46c5be6265e72260b137 (patch) | |
tree | e92634c9cac1b172b40192e9d100d6fb2cdf9754 /data | |
parent | 0b3a14a3873625e0e1443d19caccf47fc3901174 (diff) |
Luncher Theme: Set no border for alpha. This needs to be backported.
Diffstat (limited to 'data')
-rw-r--r-- | data/elementary/themes/edc/luncher.edc | 8 |
1 files 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"; | |||
559 | target: "e.swallow.title"; | 559 | target: "e.swallow.title"; |
560 | target: "icon"; | 560 | target: "icon"; |
561 | } | 561 | } |
562 | program { name: "go_preview"; | 562 | program { name: "go_alpha"; |
563 | signal: "e,state,icon,preview"; source: "e"; | 563 | signal: "e,state,icon,alpha"; source: "e"; |
564 | action: STATE_SET "default" 0.0; | 564 | action: STATE_SET "menu" 0.0; |
565 | target: "border"; | 565 | target: "border"; |
566 | target: "e.swallow.title"; | ||
567 | target: "icon"; | ||
568 | } | 566 | } |
569 | } | 567 | } |
570 | } | 568 | } |