mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
compact sample list
This commit is contained in:
parent
d45bd2122e
commit
4a9e9132f3
3 changed files with 9 additions and 5 deletions
|
|
@ -87,7 +87,7 @@ impl App {
|
|||
))
|
||||
}
|
||||
pub fn view_samples_keys (&self) -> impl Content<TuiOut> + use<'_> {
|
||||
self.project.sampler().map(|s|s.view_list(false, self.editor().unwrap()))
|
||||
self.project.sampler().map(|s|s.view_list(true, self.editor().unwrap()))
|
||||
}
|
||||
pub fn view_samples_grid (&self) -> impl Content<TuiOut> + use<'_> {
|
||||
self.project.sampler().map(|s|s.view_grid())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue