mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
fix: 修复'Brightness' 文本裁切问题
修复文本裁切问题 Log: 调整标题栏高度解决显示不全的问题 Influence: 文本显示 Resolve: https://github.com/linuxdeepin/developer-center/issues/4759
This commit is contained in:
parent
e5ce99533c
commit
e245821f93
@ -66,7 +66,7 @@ void PluginChildPage::initUi()
|
|||||||
headerLayout->setSpacing(0);
|
headerLayout->setSpacing(0);
|
||||||
headerLayout->addWidget(m_back);
|
headerLayout->addWidget(m_back);
|
||||||
headerLayout->addWidget(m_title);
|
headerLayout->addWidget(m_title);
|
||||||
m_headerWidget->setFixedHeight(48);
|
m_headerWidget->setFixedHeight(52);
|
||||||
|
|
||||||
QVBoxLayout *mainLayout = new QVBoxLayout(this);
|
QVBoxLayout *mainLayout = new QVBoxLayout(this);
|
||||||
mainLayout->setContentsMargins(0, 0, 0, 0);
|
mainLayout->setContentsMargins(0, 0, 0, 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user