forked from qt-creator/qt-creator
Fonts: Use H4 instead of H3
...where we don't want AllUppercase. Change-Id: I6675833b7535fc8e25504fdb6e6683419e70ea4c Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -100,7 +100,7 @@ void PanelsWidget::addPropertiesPanel(const QString &displayName)
|
||||
auto nameLabel = new QLabel(m_root);
|
||||
nameLabel->setText(displayName);
|
||||
nameLabel->setContentsMargins(0, ABOVE_HEADING_MARGIN, 0, 0);
|
||||
nameLabel->setFont(StyleHelper::uiFont(StyleHelper::UiElementH3));
|
||||
nameLabel->setFont(StyleHelper::uiFont(StyleHelper::UiElementH4));
|
||||
m_layout->addWidget(nameLabel);
|
||||
m_layout->addWidget(Layouting::createHr());
|
||||
}
|
||||
|
@@ -78,7 +78,7 @@ IntroductionWidget::IntroductionWidget(QWidget *parent)
|
||||
m_continueLabel->setAlignment(Qt::AlignCenter);
|
||||
m_continueLabel->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred);
|
||||
m_continueLabel->setWordWrap(true);
|
||||
m_continueLabel->setFont(StyleHelper::uiFont(StyleHelper::UiElementH3));
|
||||
m_continueLabel->setFont(StyleHelper::uiFont(StyleHelper::UiElementH4));
|
||||
m_continueLabel->setPalette(palette());
|
||||
layout->addWidget(m_continueLabel);
|
||||
m_bodyCss = "font-size: 16px;";
|
||||
|
Reference in New Issue
Block a user