aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/tab-bar.el1
-rw-r--r--lisp/tab-line.el1
2 files changed, 1 insertions, 1 deletions
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 @@
50 50
51(defface tab-bar 51(defface tab-bar
52 '((((type x w32 ns) (class color)) 52 '((((type x w32 ns) (class color))
53 :height 1.1
54 :inherit variable-pitch 53 :inherit variable-pitch
55 :background "grey85" 54 :background "grey85"
56 :foreground "black") 55 :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 @@
44(defface tab-line 44(defface tab-line
45 '((((type x w32 ns) (class color)) 45 '((((type x w32 ns) (class color))
46 :inherit variable-pitch 46 :inherit variable-pitch
47 :height 0.9
47 :background "grey85" 48 :background "grey85"
48 :foreground "black") 49 :foreground "black")
49 (((type x) (class mono)) 50 (((type x) (class mono))