Closed pierrenicolasr closed 6 months ago
Good idea ๐
Edit: Wrong idea, sorry ๐ Actually, I don't see in Qlementine when a QLabel should have a fixed font. It's up to the user to define a font on the QWidget to override the default fonts set by Qlementine.
Hello,
if you have a Widget with a fixed font (for instance a QPlainTextEdit, used to display code), the style overwrites the font with regular font:
https://github.com/oclero/qlementine/blob/0837347f44e4e4e82d9e8fa11ba49c3e2fca7b18/lib/src/style/QlementineStyle.cpp#L4784
We maybe want to add shouldHaveFixedFont ?