change delete icon
This commit is contained in:
parent
5f9b3823ff
commit
89f17de498
@ -14,8 +14,8 @@
|
||||
"- The Sun/Moon button toggles Dark and Light mode."
|
||||
],
|
||||
"help_function": [
|
||||
"- The 'X' button before the '∫' button allows you to delete the function in question. Deleting a function is prevented if only 1 function exists.",
|
||||
"- The ∫ button (between the 'X' and 'd/dx' buttons) indicates whether to integrate the function in question.",
|
||||
"- The '✖' button before the '∫' button allows you to delete the function in question. Deleting a function is prevented if only 1 function exists.",
|
||||
"- The ∫ button (between the '✖' and 'd/dx' buttons) indicates whether to integrate the function in question.",
|
||||
"- The 'd/dx' button next to the gear icon indicates whether or not calculating the derivative is enabled or not.",
|
||||
"- The gear icon next to the function input allows you to tweak settings in relation to the selected function."
|
||||
],
|
||||
|
||||
@ -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()
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user