]> git.eshelyaron.com Git - emacs.git/commitdiff
Set tab-line face height to 0.9.
authorJuri Linkov <juri@linkov.net>
Mon, 14 Oct 2019 21:50:24 +0000 (00:50 +0300)
committerJuri Linkov <juri@linkov.net>
Mon, 14 Oct 2019 21:50:24 +0000 (00:50 +0300)
* lisp/tab-line.el (tab-line): Set :height to 0.9.
* lisp/tab-bar.el (tab-bar): Remove :height.

lisp/tab-bar.el
lisp/tab-line.el

index e96d5d15b2bce2eff37857e5f8a5d599a0d827dd..23ac243f53d3b3374b989f6f339b115f62efe26f 100644 (file)
@@ -50,7 +50,6 @@
 
 (defface tab-bar
   '((((type x w32 ns) (class color))
-     :height 1.1
      :inherit variable-pitch
      :background "grey85"
      :foreground "black")
index 69b510b64c0846f6fa02e3d359c0dfbb8a454081..4397cae255fd1a90f424095a3d22ad1e7b283215 100644 (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))