mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
Remove ellipsis from tooltip
This commit is contained in:
parent
44f554f489
commit
c587cf66ce
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ impl View for QuickActionBar {
|
||||||
2,
|
2,
|
||||||
"icons/radix/magic-wand.svg",
|
"icons/radix/magic-wand.svg",
|
||||||
false,
|
false,
|
||||||
("Generate code...".into(), Some(Box::new(InlineAssist))),
|
("Generate code".into(), Some(Box::new(InlineAssist))),
|
||||||
cx,
|
cx,
|
||||||
move |this, cx| {
|
move |this, cx| {
|
||||||
if let Some(workspace) = this.workspace.upgrade(cx) {
|
if let Some(workspace) = this.workspace.upgrade(cx) {
|
||||||
|
|
Loading…
Reference in a new issue