This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository enlightenment.

View the commit online.

commit 71a415abcc211d89243cd7f144b7ac76a2f517f3
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Mon Feb 24 18:50:59 2025 +0000

    winlist - fix optimization to not stretch
    
    go bakc to previous sizing and not stretch but still optimized
---
 src/modules/winlist/e_winlist.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/modules/winlist/e_winlist.c b/src/modules/winlist/e_winlist.c
index 0b7c3442f..b2d5a4a71 100644
--- a/src/modules/winlist/e_winlist.c
+++ b/src/modules/winlist/e_winlist.c
@@ -802,11 +802,12 @@ _e_winlist_large_item_height_set(Evas_Coord h)
            mw = mw2;
            mh = mh2;
            evas_object_size_hint_min_set(ww->bg_object, mw, mh);
+           evas_object_size_hint_max_set(ww->bg_object, mw, mh);
            evas_object_size_hint_min_set(ww->win_object, 0, 0);
            evas_object_size_hint_max_set(ww->win_object, -1, -1);
            edje_object_part_swallow(ww->bg_object, "e.swallow.win", ww->win_object);
          }
-       else
+        else
          {
            mw += calcpad->padw;
            mh += calcpad->padh;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to