trying to fix the main layout, what happened

This commit is contained in:
🪞👃🪞 2025-03-30 21:20:50 +03:00
parent 0c6484d733
commit 85749a3437
6 changed files with 41 additions and 37 deletions

View file

@ -4,7 +4,7 @@ impl<'a> ArrangerView<'a> {
/// Render track headers
pub(crate) fn tracks (&'a self) -> impl Content<TuiOut> + 'a {
Tryptich::center(1)
Tryptich::center(3)
.left(self.width_side,
button_3("t", "track", format!("{}", self.track_count), self.is_editing))
.right(self.width_side,