mirror of https://github.com/helix-editor/helix
Remove border from code actions popup (#3444)
parent
ac460ac837
commit
d38950bdf9
|
@ -491,8 +491,7 @@ pub fn code_action(cx: &mut Context) {
|
||||||
});
|
});
|
||||||
picker.move_down(); // pre-select the first item
|
picker.move_down(); // pre-select the first item
|
||||||
|
|
||||||
let popup =
|
let popup = Popup::new("code-action", picker);
|
||||||
Popup::new("code-action", picker).margin(helix_view::graphics::Margin::all(1));
|
|
||||||
compositor.replace_or_push("code-action", popup);
|
compositor.replace_or_push("code-action", popup);
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue