assistant: Fix gutter width (#13373)
The gutter width of the assistant panel was wider then expected after #13329 was merged. Release Notes: - N/A
This commit is contained in:
parent
d3b3e072a7
commit
edca195e3c
2 changed files with 15 additions and 3 deletions
|
@ -2253,6 +2253,7 @@ impl ContextEditor {
|
|||
editor.set_show_line_numbers(false, cx);
|
||||
editor.set_show_git_diff_gutter(false, cx);
|
||||
editor.set_show_code_actions(false, cx);
|
||||
editor.set_show_runnables(false, cx);
|
||||
editor.set_show_wrap_guides(false, cx);
|
||||
editor.set_show_indent_guides(false, cx);
|
||||
editor.set_completion_provider(Box::new(completion_provider));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue