mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-18 22:18:27 -04:00
Tooltip: Changed tooltip text of LFOControllDialog of custom waveform
This commit is contained in:
@@ -188,7 +188,7 @@ LfoControllerDialog::LfoControllerDialog( Controller * _model, QWidget * _parent
|
||||
SIGNAL( doubleClicked() ),
|
||||
this, SLOT( askUserDefWave() ) );
|
||||
toolTip::add( m_userWaveBtn,
|
||||
tr( "Click here for a user-defined shape." ) );
|
||||
tr( "Click here for a user-defined shape.\nDouble click to pick a file." ) );
|
||||
|
||||
m_waveBtnGrp = new automatableButtonGroup( this );
|
||||
m_waveBtnGrp->addButton( sin_wave_btn );
|
||||
|
||||
Reference in New Issue
Block a user