summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generateClangFormatChecksLayout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generateClangFormatChecksLayout.py b/scripts/generateClangFormatChecksLayout.py
index b431485ca0..53bb85d99c 100755
--- a/scripts/generateClangFormatChecksLayout.py
+++ b/scripts/generateClangFormatChecksLayout.py
@@ -81,7 +81,7 @@ ClangFormatChecks::ClangFormatChecks(QWidget *parent)
using namespace Layouting;
Form {
-''' + layout_code + ''' }.attachTo(this, Layouting::WithoutMargins);
+''' + layout_code + ''' }.attachTo(this);
}
'''