mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
remove some height overrides
This commit is contained in:
parent
fe9c1e38a4
commit
f12a58463c
2 changed files with 10 additions and 10 deletions
|
|
@ -62,7 +62,7 @@ impl<'a> ArrangerView<'a> {
|
|||
width_mid: app.w_tracks_area(),
|
||||
width_side: app.w_sidebar(),
|
||||
|
||||
inputs_height: app.h_inputs(),
|
||||
inputs_height: app.h_inputs().saturating_sub(1),
|
||||
inputs_count: app.midi_ins.len(),
|
||||
|
||||
outputs_height: app.h_outputs().saturating_sub(1),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue