summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2019-06-10 08:44:33 -0400
committerMike Blumenkrantz <zmike@samsung.com>2019-06-10 08:45:48 -0400
commit24a7682ab0b19a8ecd2fde0a8cd4a0336807d43c (patch)
treecf5c99793973e11c8d2203844ae06f13d4218f55
parent2ae6055d808efd365a4beb8690525f3715fd82d3 (diff)
downloadefl-24a7682ab0b19a8ecd2fde0a8cd4a0336807d43c.tar.gz
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
-rw-r--r--data/elementary/themes/edc/elm/fileselector.edc2
1 files changed, 2 insertions, 0 deletions
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;