Set tab-line face height to 0.9.

* lisp/tab-line.el (tab-line): Set :height to 0.9.
* lisp/tab-bar.el (tab-bar): Remove :height.
This commit is contained in:
Juri Linkov 2019-10-15 00:50:24 +03:00
parent 75939b84e4
commit cb29a38164
2 changed files with 1 additions and 1 deletions

View file

@ -50,7 +50,6 @@
(defface tab-bar
'((((type x w32 ns) (class color))
:height 1.1
:inherit variable-pitch
:background "grey85"
:foreground "black")

View file

@ -44,6 +44,7 @@
(defface tab-line
'((((type x w32 ns) (class color))
:inherit variable-pitch
:height 0.9
:background "grey85"
:foreground "black")
(((type x) (class mono))