Skip to content

Commit

Permalink
Do not add spacing between child widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
sakertooth committed Sep 17, 2024
1 parent e0aa57c commit 26cf61c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/MixerChannelView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ namespace lmms::gui

auto mainLayout = new QVBoxLayout{this};
mainLayout->setContentsMargins(2, 2, 2, 2);
mainLayout->setSpacing(0);
mainLayout->addWidget(m_receiveArrow, 0, Qt::AlignHCenter);
mainLayout->addWidget(m_sendButton, 0, Qt::AlignHCenter);
mainLayout->addWidget(m_sendKnob, 0, Qt::AlignHCenter);
Expand Down

0 comments on commit 26cf61c

Please sign in to comment.