Fix #44 again.

This commit is contained in:
Vincent Zhang 2018-11-27 02:39:54 +08:00
parent 94b1aa2629
commit e729389ab8

View file

@ -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 " " " ")))