mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 13:24:19 +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,
|
||||
"icons/radix/magic-wand.svg",
|
||||
false,
|
||||
("Generate code...".into(), Some(Box::new(InlineAssist))),
|
||||
("Generate code".into(), Some(Box::new(InlineAssist))),
|
||||
cx,
|
||||
move |this, cx| {
|
||||
if let Some(workspace) = this.workspace.upgrade(cx) {
|
||||
|
|
Loading…
Reference in a new issue