1
0
Fork 0

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.
This commit is contained in:
Robbert van der Helm 2022-07-23 16:40:39 +02:00
parent 6ae1c55f76
commit 278ae227a7

View file

@ -34,7 +34,7 @@ impl Model for Data {}
// Makes sense to also define this here, makes it a bit easier to keep track of // Makes sense to also define this here, makes it a bit easier to keep track of
pub(crate) fn default_state() -> Arc<ViziaState> { pub(crate) fn default_state() -> Arc<ViziaState> {
ViziaState::from_size(380, 500) ViziaState::from_size(400, 500)
} }
pub(crate) fn create( pub(crate) fn create(