Update font height.

This commit is contained in:
Vincent Zhang 2019-06-25 17:57:40 +08:00
parent e470ca8622
commit c12ba0edfc

View file

@ -499,7 +499,7 @@ If the actual char height is larger, it respects the actual char height.")
(defsubst doom-modeline--font-height () (defsubst doom-modeline--font-height ()
"Calculate the actual char height of the mode-line." "Calculate the actual char height of the mode-line."
(ceiling (* 1.68 (frame-char-height)))) (round (* 1.68 (frame-char-height))))
(defun doom-modeline-icon-octicon (&rest args) (defun doom-modeline-icon-octicon (&rest args)
"Display octicon via ARGS." "Display octicon via ARGS."