140061 【备份还原】英文系统最大号字体下,备份还原标题显示不全

This commit is contained in:
赵民勇 2022-09-23 16:59:58 +08:00
parent 08d5d10ba1
commit 4841992a9e
1 changed files with 2 additions and 0 deletions

View File

@ -150,4 +150,6 @@ void LeftsiderbarWidget::paintEvent(QPaintEvent *event)
p.setBrush(brush);
p.drawRoundedRect(opt.rect,0,0);
style()->drawPrimitive(QStyle::PE_Widget, &opt, &p, this);
m_titleLabel->setElidedText(tr("Backup & Restore"));
}