Fix: unnecessary space in Update EqControlsDialog.cpp (#7485)
* Fix: unnecessary space in Update EqControlsDialog.cpp Fix: unnecessary space in Update EqControlsDialog.cpp Greetings, Gootector * Style fix from Ross --------- Co-authored-by: Rossmaxx <74815851+Rossmaxx@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9a76d31732
commit
b81f806d63
@@ -110,7 +110,7 @@ EqControlsDialog::EqControlsDialog( EqControls *controls ) :
|
||||
resKnob->setVolumeKnob(false);
|
||||
resKnob->setModel( m_parameterWidget->getBandModels( i )->res );
|
||||
if(i > 1 && i < 6) { resKnob->setHintText( tr( "Bandwidth: " ) , tr( " Octave" ) ); }
|
||||
else { resKnob->setHintText( tr( "Resonance : " ) , "" ); }
|
||||
else { resKnob->setHintText(tr("Resonance: "), ""); }
|
||||
|
||||
auto freqKnob = new Knob(KnobType::Bright26, this);
|
||||
freqKnob->move( distance, 396 );
|
||||
|
||||
Reference in New Issue
Block a user