qutebrowser / qutebrowser

A keyboard-driven, vim-like browser based on Python and Qt.
https://www.qutebrowser.org/
GNU General Public License v3.0
9.65k stars 1.01k forks source link

Weird font positioning/sizing in statusbar with Adwaita style #5543

Open The-Compiler opened 4 years ago

The-Compiler commented 4 years ago

I've recently removed qt5-styleplugins-git, causing Qt to use adwaita-qt instead. For some reason, the text in the statusbar sometimes is positioned weirdly, with the descenders being invisible:

image

However, when trying to do the same thing again, suddenly it looks normal again?

image

The-Compiler commented 4 years ago

I think it just happens the first time the command mode is used in a newly opened window?!