From 6266a7c11807af7125aad0aaa272878d387bca52 Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Tue, 26 Jul 2022 16:07:03 +0200 Subject: [PATCH] TextEditor: Fix build bool -> Utils::Layouting::WithoutMargins Change-Id: Ie7262829455803e8a69370c891669aaa2f3e59f1 Reviewed-by: hjk --- src/plugins/texteditor/colorschemeedit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/texteditor/colorschemeedit.cpp b/src/plugins/texteditor/colorschemeedit.cpp index 4d7d5424197..ff2e6478a41 100644 --- a/src/plugins/texteditor/colorschemeedit.cpp +++ b/src/plugins/texteditor/colorschemeedit.cpp @@ -237,7 +237,7 @@ ColorSchemeEdit::ColorSchemeEdit(QWidget *parent) : m_itemList, m_builtinSchemeLabel, m_fontProperties, - }.attachTo(this, false); + }.attachTo(this, WithoutMargins); Grid { m_foregroundLabel, m_foregroundToolButton, m_eraseForegroundToolButton, br,