mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Fix QLayout warning
This commit is contained in:
parent
d508e3abd6
commit
a4301048e3
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ PlaceCall::PlaceCall(
|
|||
layout->setSpacing(conf::modals::WIDGET_SPACING);
|
||||
layout->setMargin(conf::modals::WIDGET_MARGIN);
|
||||
|
||||
auto buttonLayout = new QHBoxLayout(this);
|
||||
auto buttonLayout = new QHBoxLayout;
|
||||
buttonLayout->setSpacing(15);
|
||||
buttonLayout->setMargin(0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue