TextEditor: Fix build

bool -> Utils::Layouting::WithoutMargins

Change-Id: Ie7262829455803e8a69370c891669aaa2f3e59f1
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Alessandro Portale
2022-07-26 16:07:03 +02:00
committed by hjk
parent 0082db664a
commit 6266a7c118

View File

@@ -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,