added unit to pitch-knob
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1152 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -1135,7 +1135,7 @@ instrumentTrackWindow::instrumentTrackWindow( instrumentTrackView * _itv ) :
|
||||
tr( "Pitch" ) );
|
||||
m_pitchKnob->move( m_panningKnob->x() +
|
||||
m_panningKnob->width() + 16, 44 );
|
||||
m_pitchKnob->setHintText( tr( "Pitch:" ) + " ", "" );
|
||||
m_pitchKnob->setHintText( tr( "Pitch:" ) + " ", " " + tr( "cents" ) );
|
||||
m_pitchKnob->setLabel( tr( "PITCH" ) );
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user