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

This commit is contained in:
赵民勇 2022-09-13 16:49:03 +08:00
parent 5e89b1eec1
commit 897449c100
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ void LeftsiderbarWidget::initUi()
m_mTitleIcon->setFixedSize(24, 24);
m_mTitleIcon->setThemeIconSchema(THEME_YHKYLIN_BACKUP_TOOLS, ":/images/yhkylin-backup-tools.png");
m_titleLabel = new MyLabel;
m_titleLabel->setFixedWidth(this->width() - 35);
m_titleLabel->setFixedWidth(this->width() - 40);
m_titleLabel->setElidedText(tr("Backup & Restore"));
if (m_titleLabel->text() != tr("Backup & Restore"))
m_titleLabel->setToolTip(tr("Backup & Restore"));