emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/svg-tag-mode 72068052ff 19/63: Fixed default height


From: ELPA Syncer
Subject: [elpa] externals/svg-tag-mode 72068052ff 19/63: Fixed default height
Date: Mon, 27 Dec 2021 15:57:57 -0500 (EST)

branch: externals/svg-tag-mode
commit 72068052ffd304d80ce02c7cfcd67ed04dac25ff
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>

    Fixed default height
---
 svg-tag-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/svg-tag-mode.el b/svg-tag-mode.el
index 07f13857eb..5b20a24645 100644
--- a/svg-tag-mode.el
+++ b/svg-tag-mode.el
@@ -94,7 +94,7 @@ This should be zero for most fonts but some fonts may need 
this."
        :box (:line-width 1 :color "orange" :style nil)
        :family ,(face-attribute 'default :family)
        :weight ,(face-attribute 'default :weight)
-       :height 120))
+       :height ,(- (face-attribute 'default :height) 20)))
   "Default face for tag"
   :group 'svg-tag)
 



reply via email to

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