forked from qt-creator/qt-creator
TextEditor: Fix build
bool -> Utils::Layouting::WithoutMargins Change-Id: Ie7262829455803e8a69370c891669aaa2f3e59f1 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -237,7 +237,7 @@ ColorSchemeEdit::ColorSchemeEdit(QWidget *parent) :
|
|||||||
m_itemList,
|
m_itemList,
|
||||||
m_builtinSchemeLabel,
|
m_builtinSchemeLabel,
|
||||||
m_fontProperties,
|
m_fontProperties,
|
||||||
}.attachTo(this, false);
|
}.attachTo(this, WithoutMargins);
|
||||||
|
|
||||||
Grid {
|
Grid {
|
||||||
m_foregroundLabel, m_foregroundToolButton, m_eraseForegroundToolButton, br,
|
m_foregroundLabel, m_foregroundToolButton, m_eraseForegroundToolButton, br,
|
||||||
|
Reference in New Issue
Block a user