Skip to content

Commit

Permalink
refactor: reduce font size
Browse files Browse the repository at this point in the history
  • Loading branch information
nozwock authored and MrTanoshii committed Dec 31, 2022
1 parent 7097071 commit a21591b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ impl RustyAutoClickerApp {

let mut style = (*ctx.style()).clone();
let font = FontId {
size: 14.0f32,
size: 12.0f32,
family: FontFamily::Monospace,
};
style.override_font_id = Some(font);
Expand Down

0 comments on commit a21591b

Please sign in to comment.