diff --git a/src/app.rs b/src/app.rs index 804ca81..87ff54f 100644 --- a/src/app.rs +++ b/src/app.rs @@ -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);