From 278ae227a72c1ada327369eeb607bdb8a707fb7a Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 23 Jul 2022 16:40:39 +0200 Subject: [PATCH] Make the Spectral Compressor editor a bit wider Next up is splitting this up in four generic UI panes to make it a bit easier to use. That was why all of the previous commits moved parameters around. --- 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 a6862549..3f6fe013 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, 500) + ViziaState::from_size(400, 500) } pub(crate) fn create(