From 897449c100fd9b99bc8a6e19bbad7b13ac9d26c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=B0=91=E5=8B=87?= Date: Tue, 13 Sep 2022 16:49:03 +0800 Subject: [PATCH] =?UTF-8?q?140061=20=E3=80=90=E5=A4=87=E4=BB=BD=E8=BF=98?= =?UTF-8?q?=E5=8E=9F=E3=80=91=E8=8B=B1=E6=96=87=E7=B3=BB=E7=BB=9F=E6=9C=80?= =?UTF-8?q?=E5=A4=A7=E5=8F=B7=E5=AD=97=E4=BD=93=E4=B8=8B=EF=BC=8C=E5=A4=87?= =?UTF-8?q?=E4=BB=BD=E8=BF=98=E5=8E=9F=E6=A0=87=E9=A2=98=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=B8=8D=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kybackup/leftsiderbarwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kybackup/leftsiderbarwidget.cpp b/kybackup/leftsiderbarwidget.cpp index aa8953b..72d381e 100755 --- a/kybackup/leftsiderbarwidget.cpp +++ b/kybackup/leftsiderbarwidget.cpp @@ -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"));