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); } '''