mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 12:46:42 +01:00
remove PhraseListViewState
This commit is contained in:
parent
83e2a285dd
commit
d54a259ed3
4 changed files with 65 additions and 67 deletions
|
|
@ -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)
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue