Skip to content

Commit

Permalink
Update src/gui/EffectRackView.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Rossmaxx <74815851+Rossmaxx@users.noreply.github.com>
  • Loading branch information
sakertooth and Rossmaxx authored Sep 26, 2024
1 parent 849abd3 commit a29e0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/EffectRackView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ void EffectRackView::update()
}
}

w->setFixedSize( EffectView::DEFAULT_WIDTH + 2*EffectViewMargin, m_lastY);
w->setFixedSize(EffectView::DEFAULT_WIDTH + 2 * EffectViewMargin, m_lastY);

QWidget::update();
}
Expand Down

0 comments on commit a29e0b8

Please sign in to comment.