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:
parent
6ae1c55f76
commit
278ae227a7
|
@ -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> {
|
||||
ViziaState::from_size(380, 500)
|
||||
ViziaState::from_size(400, 500)
|
||||
}
|
||||
|
||||
pub(crate) fn create(
|
||||
|
|
Loading…
Reference in a new issue