From fdcf8f79bc7db39bb0bcde46002665b451a77359 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Fri, 22 Jul 2022 15:51:54 +0200 Subject: [PATCH] Make the Spectral Compressor editor taller All the sliders. --- plugins/spectral_compressor/src/editor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/spectral_compressor/src/editor.rs b/plugins/spectral_compressor/src/editor.rs index fa1bcdcd..a6862549 100644 --- a/plugins/spectral_compressor/src/editor.rs +++ b/plugins/spectral_compressor/src/editor.rs @@ -34,7 +34,7 @@ impl Model for Data {} // Makes sense to also define this here, makes it a bit easier to keep track of pub(crate) fn default_state() -> Arc { - ViziaState::from_size(380, 390) + ViziaState::from_size(380, 500) } pub(crate) fn create(