Add line_height to checkbox::Icon

This commit is contained in:
Héctor Ramón Jiménez 2023-05-08 16:19:28 +02:00
parent 16bf8fc762
commit 180cb073bd
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 6 additions and 1 deletions

View file

@ -59,6 +59,7 @@ impl Application for Example {
font: ICON_FONT,
code_point: '\u{e901}',
size: None,
line_height: text::LineHeight::Relative(1.0),
shaping: text::Shaping::Basic,
});