ui/modeline: +modeline-height = 25

+2 to default height
This commit is contained in:
Henrik Lissner 2018-09-09 09:27:27 -04:00
parent d73f488c11
commit 3128b830f9
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -16,7 +16,7 @@
(defvar +modeline-width 3
"How wide the mode-line bar should be (only respected in GUI emacs).")
(defvar +modeline-height 23
(defvar +modeline-height 25
"How tall the mode-line should be (only respected in GUI emacs).")
(defvar +modeline-bar-at-end nil