From e729389ab89bc4e23e2384f3001878e7eca0a9cb Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Tue, 27 Nov 2018 02:39:54 +0800 Subject: [PATCH] Fix #44 again. --- doom-modeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom-modeline.el b/doom-modeline.el index e12b028..80dbc9f 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -902,7 +902,7 @@ Uses `all-the-icons-material' to fetch the icon." (concat (if vc-mode " " " ") (when icon (concat - (doom-modeline-icon-material icon :face face :height 1.1 :v-adjust (or voffset -0.2)) + (doom-modeline-icon-material icon :face face :height 0.95 :v-adjust (or voffset -0.2)) (if text doom-modeline-vspc))) (if text (propertize text 'face face)) (if vc-mode " " " ")))