Drop ParamLabel again

This isn't going to work with vizia right now.
This commit is contained in:
Robbert van der Helm
2022-11-11 14:13:05 +01:00
parent c9c4116e9d
commit 884683a190
4 changed files with 0 additions and 209 deletions

View File

@@ -105,11 +105,6 @@ fn top_bar(cx: &mut Context) {
/// frequency and resonance parameters.
fn spectrum_analyzer(cx: &mut Context) {
Label::new(cx, "When I grow up, I want to be a spectrum analyzer!");
ParamLabel::new(cx, Data::params, |params| &params.filter_frequency);
// This is automatically rotated vertically
ParamLabel::new(cx, Data::params, |params| &params.filter_resonance)
.width(Pixels(20.0))
.height(Pixels(180.0));
}
/// The area below the spectrum analyzer that contains all of the other parameters.