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

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

bug#37609: Tool-bar-mode grows the frame's height


From: martin rudalics
Subject: bug#37609: Tool-bar-mode grows the frame's height
Date: Sun, 9 May 2021 10:41:11 +0200

> Sorry for the mess.  Actually, in Lucid emacs -Q -f tool-bar-mode:
>
> (frame-height)
> 36
>
> (let ((initial (assq 'outer-size (frame-geometry))))
>    (tool-bar-mode 1)
>    (tool-bar-mode 0)
>    (list (assq 'outer-size (frame-geometry)) initial))
> ((outer-size 696 . 687) (outer-size 696 . 687))
>
> (frame-height)
> 36

That's better.

martin





reply via email to

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