zmike pushed a commit to branch master.

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

commit 24a7682ab0b19a8ecd2fde0a8cd4a0336807d43c
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Mon Jun 10 08:44:33 2019 -0400

    theme: fix fileselector search button layout
    
    Summary:
    to correctly (and quickly) calculate part geometry when setting a part 
relative
    to another part, align must be set on the axis that is relative to another 
part.
    also since the height on this part should not be changing, set fixed on the
    vertical axis to optimize geometry calcs
    
    @fix
    
    Depends on D9009
    
    Reviewers: cedric
    
    Reviewed By: cedric
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D9010
---
 data/elementary/themes/edc/elm/fileselector.edc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/data/elementary/themes/edc/elm/fileselector.edc 
b/data/elementary/themes/edc/elm/fileselector.edc
index ac7208b7ff..e4db6a88cb 100644
--- a/data/elementary/themes/edc/elm/fileselector.edc
+++ b/data/elementary/themes/edc/elm/fileselector.edc
@@ -41,7 +41,9 @@ group { name: "elm/fileselector/base/default";
       }
       swallow { "elm.swallow.search";
          desc { "default";
+            align: 0.0 0.5;
             min: 65 0;
+            fixed: 0 1;
             rel1 {
                to: "elm.swallow.home";
                relative: 1.0 0.0;

-- 


Reply via email to