From: Juri Linkov Date: Mon, 14 Oct 2019 21:50:24 +0000 (+0300) Subject: Set tab-line face height to 0.9. X-Git-Tag: emacs-27.0.90~1063 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cb29a3816489a9bb5472bb3dfe4b64687419cb2e;p=emacs.git 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. --- diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el index e96d5d15b2b..23ac243f53d 100644 --- a/lisp/tab-bar.el +++ b/lisp/tab-bar.el @@ -50,7 +50,6 @@ (defface tab-bar '((((type x w32 ns) (class color)) - :height 1.1 :inherit variable-pitch :background "grey85" :foreground "black") diff --git a/lisp/tab-line.el b/lisp/tab-line.el index 69b510b64c0..4397cae255f 100644 --- a/lisp/tab-line.el +++ b/lisp/tab-line.el @@ -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))