mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Use setContentsMargins instead of setMargin
This commit is contained in:
@ -52,7 +52,7 @@ NoLibrariesWidget::NoLibrariesWidget(QWidget *parent)
|
||||
topLayout->addSpacing(30);
|
||||
topLayout->addLayout(textLayout, 1);
|
||||
topLayout->addStretch();
|
||||
topLayout->setMargin(0);
|
||||
topLayout->setContentsMargins(0, 0, 0, 0);
|
||||
|
||||
topWidget->setLayout(topLayout);
|
||||
|
||||
|
Reference in New Issue
Block a user