mirror of
https://github.com/YACReader/yacreader
synced 2025-07-15 11:34:35 -04: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