wip: big flat pt.10, down to 33

This commit is contained in:
🪞👃🪞 2024-12-30 20:51:16 +01:00
parent d01aa7481b
commit a0175dabc8
17 changed files with 6 additions and 1362 deletions

View file

@ -53,7 +53,7 @@ render!(<Tui>|self: SamplerTui|{
let with_border = |x|lay!([border, Fill::xy(&x)]);
let with_size = |x|lay!([self.size, x]);
Tui::bg(bg, Fill::xy(with_border(Bsp::s(
Tui::fg(self.color.light.rgb, Tui::bold(true, "Sampler")),
Tui::fg(self.color.light.rgb, Tui::bold(true, &"Sampler")),
with_size(Shrink::y(1, Bsp::e(
Fixed::x(keys_width, keys()),
Fill::xy(render(|to: &mut TuiOutput|Ok({