Skip to content
Snippets Groups Projects
Commit a4301048 authored by trilene's avatar trilene
Browse files

Fix QLayout warning

parent d508e3ab
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment