more updates to space and transport

This commit is contained in:
🪞👃🪞 2024-12-30 14:31:00 +01:00
parent 9fa858f226
commit 304ce35cbb
6 changed files with 139 additions and 140 deletions

View file

@ -57,8 +57,8 @@ render!(<Tui>|self: SequencerTui|{
).flatten().clone();
let toolbar = Cond::when(self.transport, row!([
Fixed::wh(5, 2, PlayPause(self.clock.is_rolling())),
Fixed::h(2, TransportView::from((self, color, true))),
PlayPause(self.clock.is_rolling()),
TransportView::new(self, color, true),
]));
let play_queue = Cond::when(self.selectors, row!([