change delete icon

This commit is contained in:
Simon Gardling
2022-04-13 15:28:59 -04:00
parent 5f9b3823ff
commit 89f17de498
2 changed files with 3 additions and 3 deletions

View File

@@ -206,7 +206,7 @@ impl FunctionEntry {
ui.horizontal(|ui| {
// There's more than 1 function! Functions can now be deleted
if ui
.add_enabled(can_remove, Button::new("X").frame(false))
.add_enabled(can_remove, Button::new("").frame(false))
.on_hover_text("Delete Function")
.clicked()
{