mirror of
https://github.com/LMMS/lmms.git
synced 2026-04-12 01:58:35 -04:00
Some minor UI fixes (#7044)
* fix ladspa browser description (unwanted line breaks), add missing labels to instruments' controls * some more ui fixes * translation context + style fixup
This commit is contained in:
@@ -153,8 +153,8 @@ BitInvader::BitInvader( InstrumentTrack * _instrument_track ) :
|
||||
Instrument( _instrument_track, &bitinvader_plugin_descriptor ),
|
||||
m_sampleLength(wavetableSize, 4, wavetableSize, 1, this, tr("Sample length")),
|
||||
m_graph(-1.0f, 1.0f, wavetableSize, this),
|
||||
m_interpolation( false, this ),
|
||||
m_normalize( false, this )
|
||||
m_interpolation(false, this, tr("Interpolation")),
|
||||
m_normalize(false, this, tr("Normalize"))
|
||||
{
|
||||
m_graph.setWaveToSine();
|
||||
lengthChanged();
|
||||
|
||||
Reference in New Issue
Block a user