branch: elpa/helm
commit 333097c466287b3664d14748054a240f57c7fc40
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    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