Skip to content

Commit

Permalink
refactor: reduce font size
Browse files Browse the repository at this point in the history
  • Loading branch information
nozwock committed Dec 31, 2022
1 parent 63fda7f commit f5f9528
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 f5f9528

Please sign in to comment.