mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
trying to fix the main layout, what happened
This commit is contained in:
parent
0c6484d733
commit
85749a3437
6 changed files with 41 additions and 37 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue