fix: 修复'Brightness' 文本裁切问题

修复文本裁切问题

Log: 调整标题栏高度解决显示不全的问题
Influence: 文本显示
Resolve: https://github.com/linuxdeepin/developer-center/issues/4759
This commit is contained in:
李成刚 2023-06-21 14:56:56 +08:00 committed by deepin-bot[bot]
parent e5ce99533c
commit e245821f93

View File

@ -66,7 +66,7 @@ void PluginChildPage::initUi()
headerLayout->setSpacing(0);
headerLayout->addWidget(m_back);
headerLayout->addWidget(m_title);
m_headerWidget->setFixedHeight(48);
m_headerWidget->setFixedHeight(52);
QVBoxLayout *mainLayout = new QVBoxLayout(this);
mainLayout->setContentsMargins(0, 0, 0, 0);