formatting

This commit is contained in:
Simon Gardling 2022-03-03 00:22:01 -05:00
parent d63acbe5b9
commit aa3360dd62

View File

@ -331,6 +331,7 @@ impl epi::App for MathApp {
{
self.settings.show_side_panel = !self.settings.show_side_panel;
}
if ui
.add(Button::new("Add Function"))
.on_hover_text("Create and graph new function")