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:
@@ -50,7 +50,6 @@
|
||||
|
||||
(defface tab-bar
|
||||
'((((type x w32 ns) (class color))
|
||||
:height 1.1
|
||||
:inherit variable-pitch
|
||||
:background "grey85"
|
||||
:foreground "black")
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user