diff --git a/src/gui/instrument/InstrumentFunctionViews.cpp b/src/gui/instrument/InstrumentFunctionViews.cpp index 4a9fb27b1cf..b3e3308c4fa 100644 --- a/src/gui/instrument/InstrumentFunctionViews.cpp +++ b/src/gui/instrument/InstrumentFunctionViews.cpp @@ -157,12 +157,12 @@ InstrumentFunctionArpeggioView::InstrumentFunctionArpeggioView( InstrumentFuncti auto arpDirectionLabel = new QLabel(tr("Direction:")); arpDirectionLabel->setFont( pointSize<8>( arpDirectionLabel->font() ) ); + auto arpRandomLabel = new QLabel(tr("Distribution:")); + arpRandomLabel->setFont(pointSize<8>(arpRandomLabel->font())); + auto arpModeLabel = new QLabel(tr("Mode:")); arpModeLabel->setFont( pointSize<8>( arpModeLabel->font() ) ); - QLabel* arpRandomLabel = new QLabel(tr("Distribution:")); - arpRandomLabel->setFont(pointSize<8>(arpRandomLabel->font())); - mainLayout->addWidget( arpChordLabel, 0, 0 ); mainLayout->addWidget( m_arpComboBox, 1, 0 ); mainLayout->addWidget( arpDirectionLabel, 2, 0 );