mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
fix disappearing input rows
This commit is contained in:
parent
01db41b75d
commit
50c263b4d3
2 changed files with 8 additions and 8 deletions
|
|
@ -131,7 +131,7 @@ impl App {
|
|||
self.project.view_outputs(self.color))
|
||||
}
|
||||
pub fn view_tracks_devices <'a> (&'a self) -> impl Content<TuiOut> + use<'a> {
|
||||
Fixed::y(3, self.project.view_track_devices(self.color))
|
||||
Fixed::y(2, self.project.view_track_devices(self.color))
|
||||
}
|
||||
pub fn view_tracks_names <'a> (&'a self) -> impl Content<TuiOut> + use<'a> {
|
||||
Fixed::y(2, self.project.view_track_names(self.color))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue