groovebox: layout
Some checks are pending
/ build (push) Waiting to run

This commit is contained in:
🪞👃🪞 2025-05-15 04:51:10 +03:00
parent 7495dd10f2
commit 4ba88bfd6d
5 changed files with 78 additions and 63 deletions

View file

@ -190,7 +190,7 @@ impl App {
self.project.w_sidebar(self.editor.is_some())
}
fn h_sample_detail (&self) -> u16 {
4.max(self.height() as u16 * 3 / 9)
6.max(self.height() as u16 * 3 / 9)
}
fn focus_editor (&self) -> bool {
self.is_editing()