discomfitor pushed a commit to branch master.

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

commit a454c91dbe82d1acd0aa7a05aca16551ffa335d5
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Aug 4 16:11:00 2017 -0400

    theme: clip start gadget arrow to intended clipper
    
    make activate visual state function as intended
    
    @fix
---
 data/elementary/themes/edc/start.edc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/elementary/themes/edc/start.edc 
b/data/elementary/themes/edc/start.edc
index bdf4726170..edd558f155 100644
--- a/data/elementary/themes/edc/start.edc
+++ b/data/elementary/themes/edc/start.edc
@@ -50,7 +50,7 @@ group { name: "e/modules/start/main";
             max: 14 17;
          }
       }
-      part { name: "arrow";
+      part { name: "arrow"; clip: "arrow_base";
          description { state: "default" 0.0;
             image.normal: "big_arrow_up.png";
             aspect: (17/14) (17/14);

-- 


Reply via email to