mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Fix layout warning
sortButtonsLayout was already part of the layout.
This commit is contained in:
parent
a425aef45e
commit
9e37947479
@ -77,7 +77,6 @@ SortVolumeComics::SortVolumeComics(QWidget *parent)
|
||||
l->addWidget(label, 0);
|
||||
l->addSpacing(5);
|
||||
l->addLayout(content, 1);
|
||||
l->addLayout(sortButtonsLayout, 0);
|
||||
|
||||
l->setContentsMargins(0, 0, 0, 0);
|
||||
setLayout(l);
|
||||
|
Loading…
Reference in New Issue
Block a user