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:
Bennet Bo Fenner 2024-06-21 19:59:46 +02:00 committed by GitHub
parent d3b3e072a7
commit edca195e3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 3 deletions

View file

@ -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));