mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 20:56:43 +01:00
wip: big flat pt.10, down to 33
This commit is contained in:
parent
d01aa7481b
commit
a0175dabc8
17 changed files with 6 additions and 1362 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue