Skip to content

Commit

Permalink
Update plugins/Stk/Mallets/Mallets.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: saker <[email protected]>
  • Loading branch information
zonkmachine and sakertooth authored Sep 29, 2023
1 parent 825a73d commit a4333cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Stk/Mallets/Mallets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ MalletsInstrumentView::MalletsInstrumentView( MalletsInstrument * _instrument,
m_spreadKnob->move( 190, 140 );
m_spreadKnob->setHintText( tr( "Spread:" ), "" );

m_randomKnob = new Knob( KnobType::Vintage32, this );
m_randomKnob = new Knob(KnobType::Vintage32, this);
m_randomKnob->setLabel(tr("Random"));
m_randomKnob->move(190, 190);
m_randomKnob->setHintText(tr("Random:"),"");
Expand Down

0 comments on commit a4333cf

Please sign in to comment.