zmike pushed a commit to branch master.

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

commit b90bcbd3b59ef2dc525a453c6d19adfd811acbbd
Author: Xavi Artigas <xavierarti...@yahoo.es>
Date:   Mon Sep 23 15:27:50 2019 -0400

    theme: add 'required' to efl/button:anchor group parts
    
    Summary: ref T8231
    
    Reviewers: zmike, cedric
    
    Reviewed By: zmike
    
    Subscribers: #reviewers, #committers
    
    Tags: #efl
    
    Maniphest Tasks: T8231
    
    Differential Revision: https://phab.enlightenment.org/D10086
---
 data/elementary/themes/edc/efl/button.edc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/elementary/themes/edc/efl/button.edc 
b/data/elementary/themes/edc/efl/button.edc
index 4a9e2dae82..203e467cc7 100644
--- a/data/elementary/themes/edc/efl/button.edc
+++ b/data/elementary/themes/edc/efl/button.edc
@@ -493,7 +493,7 @@ group { name: "efl/button:anchor";
             color: 255 255 255 64;
          }
       }
-      swallow { "efl.background"; nomouse;
+      swallow { "efl.background"; nomouse; required;
          desc { "default";
             rel1.to: "base";
             rel2.to: "base";
@@ -504,7 +504,7 @@ group { name: "efl/button:anchor";
             visible: 1;
          }
       }
-      swallow { "efl.content"; nomouse;
+      swallow { "efl.content"; nomouse; required;
          clip_to: "icon_clip";
          desc { "default";
             fixed: 1 0;

-- 


Reply via email to