mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
add help to arranger
This commit is contained in:
parent
8d55c73731
commit
826cc5902b
1 changed files with 5 additions and 1 deletions
|
|
@ -54,8 +54,12 @@ impl Content for Arrangement<Tui> {
|
|||
ArrangementViewMode::Horizontal => add(&HorizontalArranger(&self)),
|
||||
ArrangementViewMode::Vertical(factor) => add(&VerticalArranger(&self, factor))
|
||||
}?;
|
||||
let commands = "[G]et [S]et [A]dd [I]nsert [D]uplicate [C]olor";
|
||||
let lower_left = Align::SW(commands);
|
||||
add(&lower_left)?;
|
||||
let description = self.selected.description(&self.tracks, &self.scenes);
|
||||
add(&Align::SE(description.as_str()))
|
||||
let lower_right = Align::SE(description.as_str());
|
||||
add(&lower_right)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue