Skip to content

Commit

Permalink
change the artwork for LFO controller/ amount knob label changed to '…
Browse files Browse the repository at this point in the history
…AMNT'
  • Loading branch information
BaraMGB committed Jun 3, 2016
1 parent d0b80f8 commit 4617bfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified data/themes/default/lfo_controller_artwork.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/gui/LfoControllerDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ LfoControllerDialog::LfoControllerDialog( Controller * _model, QWidget * _parent


m_amountKnob = new Knob( knobBright_26, this );
m_amountKnob->setLabel( tr( "AMT" ) );
m_amountKnob->setLabel( tr( "AMNT" ) );
m_amountKnob->move( CD_LFO_AMOUNT_CD_KNOB_X, CD_LFO_CD_KNOB_Y );
m_amountKnob->setHintText( tr( "Modulation amount:" ), "" );
m_amountKnob->setWhatsThis(
Expand Down

0 comments on commit 4617bfa

Please sign in to comment.