mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-21 20:37:38 +00:00
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:
parent
75939b84e4
commit
cb29a38164
2 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue