help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Pop-up font size with lucid toolkit (was: Question on updating to 29


From: PierGianLuca
Subject: Re: Pop-up font size with lucid toolkit (was: Question on updating to 29.1)
Date: Sat, 19 Aug 2023 13:15:20 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0

Thanks Gregory!

On 230819 13:13, Gregory Heytings wrote:


I see that some pop-ups (for example when you hover over some buttons in a 
customize window) look different. I'd like to decrease their font, which is too 
big, but I'm not managing to find the appropriate customization item or 
variable. Does anyone know its name, or if decreasing this font is at all 
possible?


It is possible.  You can either use the customize interface:

M-x customize-face RET tooltip RET

and change the height attribute there, or add a line to your init file:

(set-face-attribute 'tooltip nil :height 100)




reply via email to

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