diff --git a/src/gui/app.rs b/src/gui/app.rs index 151c9e2..fb6dcbc 100644 --- a/src/gui/app.rs +++ b/src/gui/app.rs @@ -243,7 +243,9 @@ impl App { ui.label("(dev)"); } ui.label(format!("v{}", env!("CARGO_PKG_VERSION"))) - .on_hover_text(env!("LATEST_GIT_COMMIT_HASH")); + .on_hover_text( + egui::RichText::new(env!("LATEST_GIT_COMMIT_HASH")).monospace(), + ); }); }); ui.add(egui::Image::new(egui::include_image!(