Make the Spectral Compressor editor taller
All the sliders.
This commit is contained in:
parent
2658404162
commit
fdcf8f79bc
|
@ -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, 390)
|
||||
ViziaState::from_size(380, 500)
|
||||
}
|
||||
|
||||
pub(crate) fn create(
|
||||
|
|
Loading…
Reference in a new issue