fix toolbar height

This commit is contained in:
🪞👃🪞 2025-01-14 22:00:24 +01:00
parent 0c6add7038
commit 2f2e97cf71
2 changed files with 4 additions and 2 deletions

View file

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

View file

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