fix layouts of sequencer and groovebox

This commit is contained in:
🪞👃🪞 2025-01-14 22:04:05 +01:00
parent 2f2e97cf71
commit 0fb7655b53
3 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,3 @@
(bsp/s (fixed/y 2 :toolbar)
(fill/x (align/c (bsp/w :pool
(fill/x (align/c (bsp/w (fixed/x :pool-w :pool)
(bsp/s :outputs (bsp/s :inputs (bsp/s :tracks :scenes)))))))

View file

@ -1,2 +1,6 @@
(bsp/s (fixed/y 2 :toolbar)
(bsp/s :sample (bsp/s :status (bsp/w :pool (bsp/e :sampler :editor)))))
(bsp/s :sample (bsp/n
(fixed/y 2 :status)
(bsp/w
(fixed/x :pool-w :pool)
(bsp/e :sampler :editor)))))

View file

@ -1,2 +1,4 @@
(bsp/s (fixed/y 2 :toolbar)
(bsp/s :status (bsp/w :pool :editor)))
(bsp/n (fixed/y 2 :status) (bsp/w
(fixed/x :pool-w :pool)
:editor)))