diff --git a/plugins/examples/gain-gui-vizia/src/editor.rs b/plugins/examples/gain-gui-vizia/src/editor.rs index 357d3ff9..c2321b87 100644 --- a/plugins/examples/gain-gui-vizia/src/editor.rs +++ b/plugins/examples/gain-gui-vizia/src/editor.rs @@ -54,8 +54,7 @@ pub(crate) fn create( // NOTE: VIZIA adds 1 pixel of additional height to these labels, so we'll need to // compensate for that Label::new(cx, "Gain").bottom(Pixels(-1.0)); - ParamSlider::new(cx, Data::params, |params| ¶ms.gain) - .set_style(ParamSliderStyle::FromLeft); + ParamSlider::new(cx, Data::params, |params| ¶ms.gain); PeakMeter::new( cx,