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: Sat, 8 May 2021 09:16:27 +0200

> In Lucid
>
> (frame-height)
> 38

This should be 36 and is 36 here.  What does (frame-height) give right
after you started Emacs with

emacs -Q -f tool-bar-mode

and before you do

(let ((initial (assq 'outer-size (frame-geometry))))
  (tool-bar-mode 1)
  (tool-bar-mode 0)
  (list (assq 'outer-size (frame-geometry)) initial))

> In GTK3
>
> (frame-height)
> 36

This is OK.

martin





reply via email to

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