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

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

[nongnu] elpa/helm 9f2a9da1c6 1/3: Use a smaller height of text in rsync


From: ELPA Syncer
Subject: [nongnu] elpa/helm 9f2a9da1c6 1/3: Use a smaller height of text in rsync prog bar
Date: Thu, 20 Jul 2023 13:01:51 -0400 (EDT)

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

    Use a smaller height of text in rsync prog bar
---
 helm-files.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index 8dc7334b4e..6bb58594d6 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -1329,12 +1329,15 @@ ACTION can be `rsync' or any action supported by 
`helm-dired-action'."
       (helm-aif percent
           (format "%s%s%s%s"
                   (propertize (capitalize (process-name proc))
+                              'display '(height 0.9)
                               'face 'helm-ff-rsync-progress-1)
                   (propertize " " 'display `(space :width ,(list it))
                               'face 'helm-ff-rsync-progress-2)
                   (propertize " " 'display `(space :width ,(list (- 100 
percent)))
                               'face 'helm-ff-rsync-progress-3)
-                  (propertize info 'face 'helm-ff-rsync-progress-1))
+                  (propertize info
+                              'display '(height 0.9)
+                              'face 'helm-ff-rsync-progress-1))
         ""))))
 
 (defun helm-rsync-mode-line (proc)



reply via email to

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