aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmleasing/segmentproperties.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmleasing/segmentproperties.cpp')
-rw-r--r--tools/qmleasing/segmentproperties.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmleasing/segmentproperties.cpp b/tools/qmleasing/segmentproperties.cpp
index f37527f863..c61feef9a4 100644
--- a/tools/qmleasing/segmentproperties.cpp
+++ b/tools/qmleasing/segmentproperties.cpp
@@ -33,7 +33,7 @@ SegmentProperties::SegmentProperties(QWidget *parent) :
QWidget(parent), m_splineEditor(nullptr), m_blockSignals(false)
{
QVBoxLayout *layout = new QVBoxLayout(this);
- layout->setMargin(0);
+ layout->setContentsMargins(QMargins());
layout->setSpacing(2);
setLayout(layout);
{