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
This commit is contained in:
Mike Blumenkrantz 2019-06-10 08:44:33 -04:00
parent 2ae6055d80
commit 24a7682ab0
1 changed files with 2 additions and 0 deletions

View File

@ -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;