Skip to content

Commit

Permalink
turn on antialiasing
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed Mar 2, 2025
1 parent 0ef637f commit fcc0ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ pub fn main() -> iced::Result {
],
default_font: Font::with_name(FONT_FAMILY_NAME),
default_text_size: Pixels(FONT_SIZE_BODY),
antialiasing: false,
antialiasing: true,
})
.window(window::Settings {
size: size.to_size(), // start size
Expand Down

0 comments on commit fcc0ef0

Please sign in to comment.