summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorStephen 'Okra' Houston <smhouston88@gmail.com>2017-08-30 20:14:20 -0500
committerStephen 'Okra' Houston <smhouston88@gmail.com>2017-08-30 20:15:00 -0500
commitb0fc5dde62f6392ccf2a46c5be6265e72260b137 (patch)
treee92634c9cac1b172b40192e9d100d6fb2cdf9754 /data
parent0b3a14a3873625e0e1443d19caccf47fc3901174 (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.edc8
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";
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";
}
}
}