Give a full-width background to the diagnostic headers

This commit is contained in:
Max Brunsfeld 2022-01-06 17:55:56 -08:00
parent 2b36ab0de7
commit 94e9c7fd5b
4 changed files with 27 additions and 7 deletions

View file

@ -289,7 +289,7 @@ impl ProjectDiagnosticsEditor {
diagnostic_blocks.push(DiagnosticBlock::Header(header.clone()));
blocks_to_add.push(BlockProperties {
position: header_position,
height: 2,
height: 3,
render: diagnostic_header_renderer(
buffer.clone(),
header,