raster pushed a commit to branch feature/themes/flat.

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

commit af938b7f34213b9d39b5481b370f586b12eb027c
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Thu Nov 5 16:02:24 2020 +0000

    TH - winlist- simplify large mode layout for winlist base obj
---
 data/elementary/themes/edc/winlist.edc | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/data/elementary/themes/edc/winlist.edc 
b/data/elementary/themes/edc/winlist.edc
index c17feb2ad9..7a3d17ae97 100644
--- a/data/elementary/themes/edc/winlist.edc
+++ b/data/elementary/themes/edc/winlist.edc
@@ -331,19 +331,14 @@ group { name: "e/widgets/winlist/large";
    data.item: "noshadow" "1";
    parts {
       part { name: "list_clip"; type: RECT;
-         scale: 1;
          description { state: "default" 0.0;
-            rel1.offset: 8 8;
-            rel2.offset: -9 -9;
-            offscale;
          }
       }
       part { name: "e.swallow.list"; type: SWALLOW;
          clip_to: "list_clip";
          scale: 1;
          description { state: "default" 0.0;
-            rel1.to_y: "list_clip";
-            rel2.to_y: "list_clip";
+            rel.to: "list_clip";
             rel1.offset: 8 8;
             rel2.offset: -9 -9;
             offscale;

-- 


Reply via email to