mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-04-24 06:48:24 -05:00
Fix macro list layout margins
This commit is contained in:
parent
1a8ad69f23
commit
61975e1992
|
|
@ -59,7 +59,8 @@ MacroList::MacroList(QWidget *parent, bool allowDuplicates, bool reorder)
|
|||
_controlsLayout->addWidget(_down);
|
||||
_controlsLayout->addStretch();
|
||||
|
||||
auto *mainLayout = new QVBoxLayout;
|
||||
auto mainLayout = new QVBoxLayout;
|
||||
mainLayout->setContentsMargins(0, 0, 0, 0);
|
||||
mainLayout->addWidget(_list);
|
||||
mainLayout->addLayout(_controlsLayout);
|
||||
setLayout(mainLayout);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user