mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Restore macOS monospace font size prior to #10282
This commit is contained in:
parent
c93eacd1d3
commit
20868ab3a2
@ -40,7 +40,7 @@ QFont Font::fixedFont()
|
||||
#endif
|
||||
#ifdef Q_OS_MACOS
|
||||
// Qt doesn't choose a monospace font correctly on macOS
|
||||
fixedFont = QFontDatabase().font("Menlo", fixedFont.styleName(), fixedFont.pointSize());
|
||||
fixedFont = QFontDatabase().font("Menlo", fixedFont.styleName(), qApp->font().pointSize());
|
||||
#endif
|
||||
return fixedFont;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user