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

git pushed a commit to branch v-1.26.0
in repository efl.

View the commit online.

commit 6618de1f4ab4e78d15bc5eca27797ce73d9c53cb
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Sun Feb 20 11:20:04 2022 +0000

    elm theme - fix part name for ilist typebuf
    
    typebuf was always blank... because part had wrong name. add alias so
    it can be addressed as both the real name and the one we'd like it to be
    
    @fix
---
 data/elementary/themes/edc/ilist.edc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/data/elementary/themes/edc/ilist.edc b/data/elementary/themes/edc/ilist.edc
index 55dd96d5af..ef5d413111 100644
--- a/data/elementary/themes/edc/ilist.edc
+++ b/data/elementary/themes/edc/ilist.edc
@@ -21,6 +21,7 @@ group { name: "e/ilist";
             offscale;
          }
       }
+      alias: "e.text.typebuf_label" "e.text.label";
       part { name: "e.text.label"; type: TEXT; mouse_events: 0;
          clip_to: "typebuf_clip";
          scale: 1;

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

Reply via email to