fix: unicode symbol rendering in symbol palette
This commit is contained in:
parent
6187bc5191
commit
3886427582
4 changed files with 26 additions and 82 deletions
|
|
@ -183,6 +183,7 @@ pub fn on_render_menu(_: *Type, button: *Type.ButtonType, theme: *const Widget.T
|
|||
theme,
|
||||
if (values.label_detail.len > detail_limit) "…" else "",
|
||||
if (values.label_description.len > description_limit) "…" else "",
|
||||
&.{},
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue