From 5211bbb95139c8b00726a3bb4e55eacb01d7a468 Mon Sep 17 00:00:00 2001 From: momen Date: Sun, 15 Jun 2025 16:54:21 +0800 Subject: [PATCH] =?UTF-8?q?chore:=E6=9B=B4=E6=96=B0=E8=BF=9B=E5=BA=A6?= =?UTF-8?q?=E6=9D=A1=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/appdelegate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/appdelegate.cpp b/src/appdelegate.cpp index df89b8c..913610d 100644 --- a/src/appdelegate.cpp +++ b/src/appdelegate.cpp @@ -84,7 +84,7 @@ void AppDelegate::paint(QPainter *painter, const QStyleOptionViewItem &option, c int progress = m_downloads.value(packageName, DownloadInfo{0, false}).progress; if (isDownloading) { - QRect progressRect(rect.right() - 180, rect.top() + (rect.height() - 20) / 2, 100, 20); + QRect progressRect(rect.right() - 270, rect.top() + (rect.height() - 20) / 2, 150, 20); QStyleOptionProgressBar progressBarOption; progressBarOption.rect = progressRect; progressBarOption.minimum = 0;