emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master cb29a38: Set tab-line face height to 0.9.


From: Juri Linkov
Subject: [Emacs-diffs] master cb29a38: Set tab-line face height to 0.9.
Date: Mon, 14 Oct 2019 17:50:32 -0400 (EDT)

branch: master
commit cb29a3816489a9bb5472bb3dfe4b64687419cb2e
Author: Juri Linkov <address@hidden>
Commit: Juri Linkov <address@hidden>

    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.
---
 lisp/tab-bar.el  | 1 -
 lisp/tab-line.el | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/tab-bar.el b/lisp/tab-bar.el
index e96d5d1..23ac243 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 69b510b..4397cae 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]