From e58c60ec9da2faab5a542bd680694c57c6247a5a Mon Sep 17 00:00:00 2001 From: Artem Sokolovskii Date: Wed, 7 Dec 2022 09:46:28 +0100 Subject: [PATCH] ClangFormat: Remove without margins layouting from script Change-Id: Iddf69e73ca5df48541e83030b2a09e7833f9fa64 Reviewed-by: Jarek Kobus --- scripts/generateClangFormatChecksLayout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } '''