discomfitor pushed a commit to branch master.

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

commit 3c7bf82efea806c303fa92662c53eca3da9f0e56
Author: Mike Blumenkrantz <[email protected]>
Date:   Tue Jun 19 13:27:26 2018 -0400

    theme: change part in elm photo group from swallow to spacer
    
    Summary:
    this appears to be a remnant of the time before edje had spacer parts
    and other part types were randomly used instead
    
    there is no library reference to this part and it is not namespaced so
    there is no reason to leave it as a (confusing) swallow
    Depends on D6040
    
    Reviewers: cedric, Hermet
    
    Reviewed By: Hermet
    
    Subscribers: Hermet, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D6208
---
 data/elementary/themes/edc/elm/photo.edc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/elementary/themes/edc/elm/photo.edc 
b/data/elementary/themes/edc/elm/photo.edc
index 40eb10edfa..6c5e402278 100644
--- a/data/elementary/themes/edc/elm/photo.edc
+++ b/data/elementary/themes/edc/elm/photo.edc
@@ -62,7 +62,7 @@ group { name: "elm/photo/base/shadow";
       }
    }
    parts {
-      part { name: "size"; type: SWALLOW;
+      part { name: "size"; type: SPACER;
          description { state: "default" 0.0;
             rel1.offset: 7 7;
             rel2.offset: -8 -8;

-- 


Reply via email to