]> git.eshelyaron.com Git - emacs.git/commit
Fix height of new SVG icons on tab-bar and tab-line (bug#62562)
authorJuri Linkov <juri@linkov.net>
Fri, 1 Sep 2023 06:56:59 +0000 (09:56 +0300)
committerJuri Linkov <juri@linkov.net>
Fri, 1 Sep 2023 06:56:59 +0000 (09:56 +0300)
commit30decd1d9777f44e614622ebfe5f35e719a265ca
tree11e35c6c9e28d85e4e99bec7a55e672830ad6a17
parent6913612def9a6be851f26965554aff74f3bcc2bf
Fix height of new SVG icons on tab-bar and tab-line (bug#62562)

* lisp/tab-bar.el (tab-bar--load-buttons): Add ':height (1.0 . em)'
to icons tab-bar-new, tab-bar-menu-bar.
(tab-bar-history-mode): Add ':height (1.0 . em)'
to icons tab-bar-back, tab-bar-forward.

* lisp/tab-line.el (tab-line-new, tab-line-left, tab-line-right):
Add ':height (1.0 . em)' to these icons.
lisp/tab-bar.el
lisp/tab-line.el