Draw proper checkmark for Checkbox in iced_wgpu

This commit is contained in:
Héctor Ramón Jiménez 2019-11-14 03:34:41 +01:00
parent 66bb2f7cbf
commit 2c8ba652a7
4 changed files with 20 additions and 12 deletions

View file

@ -357,7 +357,7 @@ fn empty_message(message: &str) -> Element<'static, Message> {
// Fonts
const ICONS: Font = Font::External {
name: "Icons",
bytes: include_bytes!("./resources/icons.ttf"),
bytes: include_bytes!("resources/icons.ttf"),
};
fn icon(unicode: char) -> Text {