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

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

[nongnu] elpa/meow 60457c318c 2/3: Don't use smaller font size for keypa


From: ELPA Syncer
Subject: [nongnu] elpa/meow 60457c318c 2/3: Don't use smaller font size for keypad popup message
Date: Wed, 11 Dec 2024 04:02:45 -0500 (EST)

branch: elpa/meow
commit 60457c318c9b30547f86a01b38a45c72af81e490
Author: DogLooksGood <doglooksgood@hotmail.com>
Commit: DogLooksGood <doglooksgood@hotmail.com>

    Don't use smaller font size for keypad popup message
---
 meow-face.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meow-face.el b/meow-face.el
index e8f3ba4a51..148a52b65e 100644
--- a/meow-face.el
+++ b/meow-face.el
@@ -100,9 +100,9 @@
 
 (defface meow-keypad-cannot-display
   '((((class color) (background dark))
-     (:height 0.7 :foreground "grey90"))
+     (:foreground "grey90"))
     (((class color) (background light))
-     (:height 0.7 :foreground "grey10")))
+     (:foreground "grey10")))
   "Face for Meow keypad message when cannot display popup."
   :group 'meow)
 



reply via email to

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