mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 11:04:25 -04:00
Fix layout warning
sortButtonsLayout was already part of the layout.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user