Fix toggle replace tooltip
This commit is contained in:
parent
974bc07631
commit
15bdff1c5b
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ fn toggle_replace_button<V: View>(
|
|||
button_style: ToggleIconButtonStyle,
|
||||
) -> AnyElement<V> {
|
||||
Button::dynamic_action(Box::new(ToggleReplace))
|
||||
.with_tooltip("Toggle replace", tooltip_style)
|
||||
.with_tooltip("Toggle Replace", tooltip_style)
|
||||
.with_contents(theme::components::svg::Svg::new("icons/replace.svg"))
|
||||
.toggleable(active)
|
||||
.with_style(button_style)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue