mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 10:42:08 +00:00
Make tooltip lie less
This commit is contained in:
parent
1ed47663ef
commit
e9464815e0
1 changed files with 1 additions and 1 deletions
|
@ -1335,7 +1335,7 @@ impl View for ContactList {
|
||||||
})
|
})
|
||||||
.with_tooltip::<AddContact, _>(
|
.with_tooltip::<AddContact, _>(
|
||||||
0,
|
0,
|
||||||
"Add contact".into(),
|
"Search for new contact".into(),
|
||||||
None,
|
None,
|
||||||
theme.tooltip.clone(),
|
theme.tooltip.clone(),
|
||||||
cx,
|
cx,
|
||||||
|
|
Loading…
Reference in a new issue