branch: elpa/telephone-line
commit aebac4658e553902369a3bf465bacc1f07a01106
Author: Daniel Bordak <[email protected]>
Commit: Daniel Bordak <[email protected]>

    Fix for Emacs 27.1 scaling
---
 telephone-line-utils.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/telephone-line-utils.el b/telephone-line-utils.el
index 198c91ba3e..a84886814e 100644
--- a/telephone-line-utils.el
+++ b/telephone-line-utils.el
@@ -110,6 +110,7 @@ color1 and color2."
                 (seq-mapcat #'identity body)
                 'string))
    'pbm t
+   :scale 1.0
    :ascent 'center))
 
 (defun telephone-line-propertize-image (image)

Reply via email to