mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
arranger: track name offset; cleanup
This commit is contained in:
parent
b3ae4ad3db
commit
1dbe151ae6
3 changed files with 7 additions and 11 deletions
|
|
@ -162,7 +162,7 @@ impl<'a> Render for TracksHeader<'a> {
|
|||
if x > width {
|
||||
break
|
||||
}
|
||||
track.name.blit(buf, offset + x, y, Some(Style::default()))?;
|
||||
track.name.blit(buf, offset + x + 1, y, Some(Style::default()))?;
|
||||
}
|
||||
Ok(Rect { x: area.x, y, width, height: 2 })
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue