forked from qt-creator/qt-creator
ClangFormat: Make clang format checks widget resizable
- Change Form to Grid that looks consistent for different OS Change-Id: Ibb5fc3564d8c25457c4bf520acf78b25c542b5ae Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -695,7 +695,7 @@ ClangFormatChecks::ClangFormatChecks(QWidget *parent)
|
||||
|
||||
using namespace Layouting;
|
||||
|
||||
Form {
|
||||
Grid {
|
||||
new QLabel("BasedOnStyle"), m_BasedOnStyle, br,
|
||||
new QLabel("InheritsParentConfig"), m_InheritsParentConfig, br,
|
||||
new QLabel("AccessModifierOffset"), Row {m_AccessModifierOffset, m_setAccessModifierOffset}, br,
|
||||
|
||||
Reference in New Issue
Block a user