Revert Gain GUI slider to the Centered style
This commit is contained in:
parent
d84b456edb
commit
fe3ed360a3
|
@ -54,8 +54,7 @@ pub(crate) fn create(
|
||||||
// NOTE: VIZIA adds 1 pixel of additional height to these labels, so we'll need to
|
// NOTE: VIZIA adds 1 pixel of additional height to these labels, so we'll need to
|
||||||
// compensate for that
|
// compensate for that
|
||||||
Label::new(cx, "Gain").bottom(Pixels(-1.0));
|
Label::new(cx, "Gain").bottom(Pixels(-1.0));
|
||||||
ParamSlider::new(cx, Data::params, |params| ¶ms.gain)
|
ParamSlider::new(cx, Data::params, |params| ¶ms.gain);
|
||||||
.set_style(ParamSliderStyle::FromLeft);
|
|
||||||
|
|
||||||
PeakMeter::new(
|
PeakMeter::new(
|
||||||
cx,
|
cx,
|
||||||
|
|
Loading…
Reference in a new issue