okra pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8b523c21e2e54bfbf072f39f8234d3a289e3ce26

commit 8b523c21e2e54bfbf072f39f8234d3a289e3ce26
Author: Stephen okra Houston <[email protected]>
Date:   Sat Nov 5 10:27:04 2016 -0500

    Luncher theme: Handle the updated signal for icons in their off state.
---
 data/elementary/themes/edc/luncher.edc | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/data/elementary/themes/edc/luncher.edc 
b/data/elementary/themes/edc/luncher.edc
index cb25f86..d20684b 100644
--- a/data/elementary/themes/edc/luncher.edc
+++ b/data/elementary/themes/edc/luncher.edc
@@ -24,6 +24,8 @@ group { name: "e/gadget/luncher/icon";
    parts {
       part { name: "item_clip"; type: RECT;
          description { state: "default" 0.0;
+            rel1.to: "e.swallow.icon";
+            rel2.to: "e.swallow.icon";
             rel1.offset: -100 -100;
             rel2.offset: 99 99;
             color: 255 255 255 255;
@@ -124,6 +126,12 @@ group { name: "e/gadget/luncher/icon";
             rel1.offset: 1 0;
             rel2.offset: -1 -1;
          }
+         description { state: "full" 0.0;
+            inherit: "default" 0.0;
+            visible: 1;
+            rel1.relative: -1.0 -1.0;
+            link.base: "e,state,zoom,full" "e";
+         }
       }
       part { name: "obackground"; type: RECT;
          repeat_events: 1;
@@ -217,7 +225,7 @@ group { name: "e/gadget/luncher/icon";
          transition: ACCELERATE 0.1;
       }
       program { name: "icon_off";
-         signal: "e,state,off"; source: "e";
+         signal: "e,state,off,*"; source: "e";
          action: STATE_SET "default" 0.0;
          target: "indicator";
          target: "e.swallow.icon";

-- 


Reply via email to