mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 13:16:44 +01:00
fix missing scene row (how?!)
This commit is contained in:
parent
ec81cbf2f1
commit
ee94df78f6
2 changed files with 6 additions and 8 deletions
|
|
@ -40,6 +40,7 @@ impl Content for ArrangerStatusBar {
|
|||
.bold(true);
|
||||
let commands = match self {
|
||||
Self::ArrangementMix => command(&[
|
||||
["", "c", "olor"],
|
||||
["", ",.", "scale rows"],
|
||||
["", "<>", "resize view"],
|
||||
]),
|
||||
|
|
@ -271,7 +272,7 @@ impl<'a> Content for VerticalArranger<'a, Tui> {
|
|||
}))?;
|
||||
|
||||
Ok(())
|
||||
}).bg(bg).border(border)
|
||||
}).bg(bg).grow_y(1).border(border)
|
||||
}
|
||||
}
|
||||
impl<'a> Content for HorizontalArranger<'a, Tui> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue