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:
Tobias Doerffel
2008-06-16 10:28:51 +00:00
parent 842af2812d
commit 10c4abdb4b

View File

@@ -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" ) );