mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
wip: big flat pt.10, down to 33
This commit is contained in:
parent
d01aa7481b
commit
a0175dabc8
17 changed files with 6 additions and 1362 deletions
|
|
@ -31,7 +31,7 @@ impl<'a> ArrangerVClips<'a> {
|
|||
Tui::bg(scene.color.base.rgb,
|
||||
if playing { "▶ " } else { " " }),
|
||||
Tui::fg_bg(scene.color.lightest.rgb, scene.color.base.rgb,
|
||||
Grow::x(1, Tui::bold(true, scene.name.read().unwrap().as_str()))),
|
||||
Expand::x(1, Tui::bold(true, scene.name.read().unwrap().as_str()))),
|
||||
row!((index, track, x1, x2) in ArrangerTrack::with_widths(tracks) => {
|
||||
Self::format_clip(scene, index, track, (x2 - x1) as u16, height)
|
||||
})])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue