From d3177d10a7add292a13a29192e3be8fd78433e87 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 21 Mar 2022 17:56:11 -0400 Subject: [PATCH] formatting --- src/egui_app.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/egui_app.rs b/src/egui_app.rs index 5ad8f92..3683a31 100644 --- a/src/egui_app.rs +++ b/src/egui_app.rs @@ -547,7 +547,8 @@ impl epi::App for MathApp { .show_side_panel .bitxor_assign(ctx.input().key_down(Key::H)); - ctx.set_fonts(ASSETS.fonts.clone()); // Initialize fonts + // Initialize fonts + ctx.set_fonts(ASSETS.fonts.clone()); // Creates Top bar that contains some general options TopBottomPanel::top("top_bar").show(ctx, |ui| {