Use Shaping::Basic for icon helpers in examples

This commit is contained in:
Héctor Ramón Jiménez 2025-08-30 18:34:38 +02:00
parent 6df435adba
commit 665c89a062
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 5 additions and 1 deletions

View file

@ -460,6 +460,7 @@ fn icon(unicode: char) -> Text<'static> {
.font(Font::with_name("Iced-Todos-Icons"))
.width(20)
.align_x(Center)
.shaping(text::Shaping::Basic)
}
fn edit_icon() -> Text<'static> {