fix disappearing input rows

This commit is contained in:
🪞👃🪞 2025-05-17 22:04:25 +03:00
parent 01db41b75d
commit 50c263b4d3
2 changed files with 8 additions and 8 deletions

View file

@ -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))