mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 20:56:43 +01:00
rename some view structs
This commit is contained in:
parent
b2386b2992
commit
83e2a285dd
4 changed files with 17 additions and 19 deletions
|
|
@ -3,14 +3,12 @@ use crate::*;
|
|||
impl Content for SequencerTui {
|
||||
type Engine = Tui;
|
||||
fn content (&self) -> impl Widget<Engine = Tui> {
|
||||
SequencerStatusBar::with(self, lay!(
|
||||
col!(
|
||||
TransportView::from(self),
|
||||
Split::right(20,
|
||||
widget(&PhrasesView(self)),
|
||||
widget(&PhraseView2::from(self)),
|
||||
).min_y(20)
|
||||
),
|
||||
SequencerStatusBar::with(self, col!(
|
||||
TransportView::from(self),
|
||||
Split::right(20,
|
||||
PhraseListView(self),
|
||||
PhraseView::from(self),
|
||||
).min_y(20)
|
||||
))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue