mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 11:16:34 -04:00
Replaced deprecated QLayout::setMargins by QLayout::setContentsMargins
This commit is contained in:
parent
33fc4308c4
commit
90041fc627
19 changed files with 21 additions and 21 deletions
|
@ -27,7 +27,7 @@
|
|||
QGridLayout * Widget::createLayout(QWidget * parent) {
|
||||
QGridLayout * layout = new QGridLayout(parent);
|
||||
layout->setSpacing(0);
|
||||
layout->setMargin(0);
|
||||
layout->setContentsMargins(0, 0, 0, 0);
|
||||
return layout;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue