InstrumentTrack: shorter label for FX channel spinbox

This commit is contained in:
Tobias Doerffel
2014-01-22 22:57:19 +01:00
parent aaad405f99
commit 68fd7edfd8

View File

@@ -1321,7 +1321,7 @@ InstrumentTrackWindow::InstrumentTrackWindow( InstrumentTrackView * _itv ) :
// setup spinbox for selecting FX-channel
m_effectChannelNumber = new fxLineLcdSpinBox( 2, NULL, tr( "FX channel" ) );
m_effectChannelNumber->setLabel( tr( "FX CHNL" ) );
m_effectChannelNumber->setLabel( tr( "FX" ) );
basicControlsLayout->addWidget( m_effectChannelNumber );