summaryrefslogtreecommitdiff
path: root/src/scripttools/debugging/qscriptdebuggercodefinderwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripttools/debugging/qscriptdebuggercodefinderwidget.cpp')
-rw-r--r--src/scripttools/debugging/qscriptdebuggercodefinderwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripttools/debugging/qscriptdebuggercodefinderwidget.cpp b/src/scripttools/debugging/qscriptdebuggercodefinderwidget.cpp
index 5f60db6..a538234 100644
--- a/src/scripttools/debugging/qscriptdebuggercodefinderwidget.cpp
+++ b/src/scripttools/debugging/qscriptdebuggercodefinderwidget.cpp
@@ -130,7 +130,7 @@ QScriptDebuggerCodeFinderWidget::QScriptDebuggerCodeFinderWidget(QWidget *parent
system = QLatin1String("mac");
#else
hboxLayout->setSpacing(6);
- hboxLayout->setMargin(0);
+ hboxLayout->setContentsMargins(0, 0, 0, 0);
#endif
d->toolClose = new QToolButton(this);