branch: elpa/keycast
commit 5750aaf3390351ff6eda207be32cf7c8e34d7f97
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    keycast-key: Use default height
    
    Increasing the height causes the mode-line to grow and shrink if its
    height isn't increased for other reasons anyway.
---
 keycast.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/keycast.el b/keycast.el
index bae13cf2e0..be1d5586da 100644
--- a/keycast.el
+++ b/keycast.el
@@ -200,7 +200,6 @@ instead."
 
 (defface keycast-key
   '((t (:weight bold
-        :height 1.2
         :background "#d5cfbf"
         :foreground "#000000"
        :box (:line-width -3 :style released-button))))

Reply via email to