emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm 333097c466 1/3: Fix again progress bar precision


From: ELPA Syncer
Subject: [nongnu] elpa/helm 333097c466 1/3: Fix again progress bar precision
Date: Wed, 1 May 2024 04:00:24 -0400 (EDT)

branch: elpa/helm
commit 333097c466287b3664d14748054a240f57c7fc40
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Fix again progress bar precision
---
 helm-files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index 0d1ba9bc3b..b721304e56 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -1399,7 +1399,7 @@ ACTION can be `rsync' or any action supported by 
`helm-dired-action'."
                                     (process-name proc)
                                     'helm-ff-rsync-progress-svg))
           (propertize " " 'display (svg-lib-progress-bar
-                                    (/ (+ percent 7) 107.0)
+                                    (/ (+ percent 7) 105.0)
                                     'helm-ff-rsync-progress-svg
                                     :width 10 :margin 1 :stroke 2 :padding 2))
           (propertize " " 'display (svg-lib-tag



reply via email to

[Prev in Thread] Current Thread [Next in Thread]