remove PhraseListViewState

This commit is contained in:
🪞👃🪞 2024-11-25 20:11:05 +01:00
parent 83e2a285dd
commit d54a259ed3
4 changed files with 65 additions and 67 deletions

View file

@ -6,7 +6,7 @@ impl Content for SequencerTui {
SequencerStatusBar::with(self, col!(
TransportView::from(self),
Split::right(20,
PhraseListView(self),
PhraseListView::from(self),
PhraseView::from(self),
).min_y(20)
))