mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
cli: 1-line toolbars by default
This commit is contained in:
parent
e039c19796
commit
53a01d92ae
2 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
(bsp/s (fixed/y 2 :transport)
|
||||
(bsp/s (fixed/y 1 :transport)
|
||||
(bsp/s :sample
|
||||
(bsp/n (fixed/y 2 :status)
|
||||
(bsp/n (fixed/y 1 :status)
|
||||
(bsp/w (fixed/x :w-sidebar :pool)
|
||||
(bsp/e :sampler
|
||||
(fill/y :editor))))))
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(bsp/s (fixed/y 2 :transport)
|
||||
(bsp/n (fixed/y 2 :status)
|
||||
(bsp/s (fixed/y 1 :transport)
|
||||
(bsp/n (fixed/y 1 :status)
|
||||
(bsp/w (fixed/x :w-sidebar :pool)
|
||||
(fill/y :editor))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue