mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
balance colors
This commit is contained in:
parent
e9957fcd49
commit
9c50ea44c9
3 changed files with 8 additions and 8 deletions
|
|
@ -132,7 +132,7 @@ render!(Tui: (self: Groovebox) => {
|
|||
Meters(self.sampler.input_meter.as_ref()),
|
||||
GrooveboxSamples(self)
|
||||
)))));
|
||||
let status = EditStatus(&self.sampler, &self.editor, note_pt, "test");
|
||||
let status = EditStatus(&self.sampler, &self.editor, note_pt, ());
|
||||
let pool = PoolView(&self.pool);
|
||||
let with_pool = move|x|Bsp::w(Align::e(Fill::y(Fixed::x(pool_w, pool))), x);
|
||||
Fill::xy(Bsp::a(&self.size,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue