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

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

[nongnu] elpa/helm 8ed0ab7762: Adjust vertically star icon in buffers


From: ELPA Syncer
Subject: [nongnu] elpa/helm 8ed0ab7762: Adjust vertically star icon in buffers
Date: Mon, 7 Nov 2022 12:59:01 -0500 (EST)

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

    Adjust vertically star icon in buffers
---
 helm-buffers.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-buffers.el b/helm-buffers.el
index 0f1252c42b..38fd1d34d5 100644
--- a/helm-buffers.el
+++ b/helm-buffers.el
@@ -427,7 +427,7 @@ The list is reordered with `helm-buffer-list-reorder-fn'."
                             (all-the-icons-octicon "file-directory"))
                            (buf-fname
                             (all-the-icons-icon-for-file buf-fname))
-                           (t (all-the-icons-octicon "star"))))))
+                           (t (all-the-icons-octicon "star" :v-adjust 0.0))))))
            (buf-name (propertize buf-name 'face face1
                                  'help-echo help-echo
                                  'type type)))



reply via email to

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