From c12ba0edfceff9079161e844a47260a2b6b9f7c6 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Tue, 25 Jun 2019 17:57:40 +0800 Subject: [PATCH] Update font height. --- doom-modeline-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom-modeline-core.el b/doom-modeline-core.el index 4de9853..442e62b 100644 --- a/doom-modeline-core.el +++ b/doom-modeline-core.el @@ -499,7 +499,7 @@ If the actual char height is larger, it respects the actual char height.") (defsubst doom-modeline--font-height () "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) "Display octicon via ARGS."