discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=ed948dc90829704860d355cc17b7da201d744719

commit ed948dc90829704860d355cc17b7da201d744719
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Tue Oct 13 15:22:45 2015 -0400

    toolbar: do not change align for "noicon" toolbar items
    
    too many rels and complexity to track this to a more coherent
    message
    
    probably broken since 1.0 since there are zero "noicon" toolbar
    tests
    
    @fix
    
    fix T2782
---
 data/themes/edc/elm/toolbar.edc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/data/themes/edc/elm/toolbar.edc b/data/themes/edc/elm/toolbar.edc
index 8b3dc5a..d932ff2 100644
--- a/data/themes/edc/elm/toolbar.edc
+++ b/data/themes/edc/elm/toolbar.edc
@@ -625,7 +625,6 @@ group { name: "elm/toolbar/item/default";
             inherit: "default" 0.0;
             rel1.offset: 4 2;
             rel1.relative: 0.0 0.0;
-            align: 0.5 0.5;
          }
          description { state: "noicon_disabled" 0.0;
             inherit: "noicon" 0.0;
@@ -718,7 +717,6 @@ group { name: "elm/toolbar/item/default";
             inherit: "default" 0.0;
             rel1.offset: 4 2;
             rel1.relative: 0.0 0.0;
-            align: 0.5 0.5;
          }
          description { state: "noicon_disabled" 0.0;
             inherit: "noicon" 0.0;

-- 


Reply via email to