Use setContentsMargins instead of setMargin

This commit is contained in:
Luis Ángel San Martín
2021-10-07 22:16:33 +02:00
parent 4c2d6be1ef
commit 8173f9f94c
13 changed files with 13 additions and 13 deletions

View File

@ -46,7 +46,7 @@ YACReaderDeletingProgress::YACReaderDeletingProgress(QWidget *parent)
contentLayout->addWidget(button, 0, Qt::AlignHCenter);
contentLayout->addSpacing(18);
contentLayout->setMargin(0);
contentLayout->setContentsMargins(0, 0, 0, 0);
setLayout(contentLayout);