Draw proper checkmark for Checkbox in iced_wgpu
This commit is contained in:
parent
66bb2f7cbf
commit
2c8ba652a7
4 changed files with 20 additions and 12 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue