Closed precsim closed 3 years ago
I can reproduce this on Emacs 27.1 (GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.22) of 2020-08-11
). The problem does not occur if I remove powerline-hud
from my powerline theme and does occur with a theme consisting only of powerline-hud
.
There must be some change in emacs 27 that breaks and significantly increases powerline mode lines height if the font height is set to a large value. (I am testing on emacs build 27.0.91 on a Windows 10 system.) Minimal init.el to reproduce below:
The current workaround I'm using is to set powerline to a third or frame-char-height, but doesn't seem link a good fix (the issue is not present in <=26, and frame-char-height does return the same wether on emacs 26 or 27).
Edit: It seems to be some form of HiDpi scaling issue, as without scaling it is not present.