forked from qt-creator/qt-creator
Fix capitalization of group box titles
Consistently use book case Change-Id: Ia0e382255fe2f311a1bd9a380f4bf8af2320c215 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -106,9 +106,10 @@ ClangFormatGlobalConfigWidget::ClangFormatGlobalConfigWidget(ICodeStylePreferenc
|
||||
|
||||
QWidget *globalSettingsGroupBoxWidget = nullptr;
|
||||
|
||||
// clang-format off
|
||||
Group globalSettingsGroupBox {
|
||||
bindTo(&globalSettingsGroupBoxWidget),
|
||||
title(Tr::tr("ClangFormat settings:")),
|
||||
title(Tr::tr("ClangFormat Settings:")),
|
||||
Column {
|
||||
m_useGlobalSettings,
|
||||
Form {
|
||||
@@ -127,6 +128,7 @@ ClangFormatGlobalConfigWidget::ClangFormatGlobalConfigWidget(ICodeStylePreferenc
|
||||
globalSettingsGroupBox,
|
||||
noMargin
|
||||
}.attachTo(this);
|
||||
// clang-format on
|
||||
|
||||
initCheckBoxes();
|
||||
initIndentationOrFormattingCombobox();
|
||||
|
||||
Reference in New Issue
Block a user