Give a full-width background to the diagnostic headers
This commit is contained in:
parent
2b36ab0de7
commit
94e9c7fd5b
4 changed files with 27 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue