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
This commit is contained in:
Carsten Haitzler 2022-02-20 11:20:04 +00:00
parent 185e1c56fc
commit 6618de1f4a
1 changed files with 1 additions and 0 deletions

View File

@ -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;