Skip to content

Commit

Permalink
auto + fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zonkmachine committed Jan 26, 2023
1 parent 90ef187 commit 7000220
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gui/instrument/InstrumentFunctionViews.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 7000220

Please sign in to comment.