mirror of
https://github.com/YACReader/yacreader
synced 2025-11-17 07:22:47 -05:00
Use setContentsMargins instead of setMargin
This commit is contained in:
@ -11,7 +11,7 @@ YACReaderLibraryListWidget::YACReaderLibraryListWidget(QWidget *parent)
|
||||
{
|
||||
QVBoxLayout *mainLayout = new QVBoxLayout;
|
||||
mainLayout->setSpacing(0);
|
||||
mainLayout->setMargin(0);
|
||||
mainLayout->setContentsMargins(0, 0, 0, 0);
|
||||
|
||||
this->setLayout(mainLayout);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user