remove unnecessary space
This commit is contained in:
parent
e4b3d9c4a4
commit
5b23d0cb17
@ -252,7 +252,7 @@ impl epi::App for MathApp {
|
||||
let integral_enabled = function.integral;
|
||||
// Entry for a function
|
||||
ui.horizontal(|ui| {
|
||||
ui.label("Function: ");
|
||||
ui.label("Function:");
|
||||
if ui
|
||||
.add(Button::new("X"))
|
||||
.on_hover_text("Delete Function")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user