aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/generateClangFormatChecksLayout.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/generateClangFormatChecksLayout.py')
-rwxr-xr-xscripts/generateClangFormatChecksLayout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generateClangFormatChecksLayout.py b/scripts/generateClangFormatChecksLayout.py
index b431485ca0e..53bb85d99c4 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);
}
'''