mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
fix layouts of sequencer and groovebox
This commit is contained in:
parent
2f2e97cf71
commit
0fb7655b53
3 changed files with 9 additions and 3 deletions
|
|
@ -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)))))))
|
||||
|
|
|
|||
|
|
@ -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)))))
|
||||
|
|
|
|||
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue