Skip to content

Commit

Permalink
set effects panel size
Browse files Browse the repository at this point in the history
  • Loading branch information
subalterngames committed Dec 31, 2023
1 parent 24ed973 commit 2bde139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion render/src/effects_panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ impl EffectsPanel {
// Get the panel.
let size = [
get_effects_panel_width(text),
get_piano_roll_panel_size(config)[1] - PIANO_ROLL_PANEL_VOLUME_HEIGHT,
get_piano_roll_panel_size(config)[1] + 2,
];
let position = [
get_window_grid_size(config)[0] - size[0],
Expand Down

0 comments on commit 2bde139

Please sign in to comment.