From 29b515cd0f0237a06141b5d7dd961f918ea9cf61 Mon Sep 17 00:00:00 2001 From: Daniel Zaoui Date: Fri, 7 Aug 2015 18:40:49 +0300 Subject: [PATCH] Winlist: fix the trigger to hide the winlist The winlist doesn't disappear when the mouse exits the winlist, but when it reaches the left side of the app. It is due to a wrong size of an Edje rectangle. @fix --- data/themes/default.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/themes/default.edc b/data/themes/default.edc index 743d2f9..227ab8b 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -1805,7 +1805,7 @@ collections { part { name: "listevent2"; type: RECT; repeat_events: 1; description { state: "default" 0.0; color: 0 0 0 0; - rel2.relative: 0.2 1.0; + rel2.relative: 0.8 1.0; } } program {