mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
This commit is contained in:
parent
7495dd10f2
commit
4ba88bfd6d
5 changed files with 78 additions and 63 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue