raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d3b8f40ff0ebf8f534412c8bd9bc5fe5054bb1a7
commit d3b8f40ff0ebf8f534412c8bd9bc5fe5054bb1a7 Author: Carsten Haitzler <ras...@rasterman.com> Date: 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; --