mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 12:37:39 +03:00
Do not override fixed font size
This allows properly configuring a readable/desired fixed font in system settings, keepassxcrc etc.
This commit is contained in:
parent
812bb606c7
commit
35fdcfa28d
1 changed files with 0 additions and 3 deletions
|
@ -41,9 +41,6 @@ QFont Font::fixedFont()
|
|||
#ifdef Q_OS_MACOS
|
||||
// Qt doesn't choose a monospace font correctly on macOS
|
||||
fixedFont = QFontDatabase().font("Menlo", fixedFont.styleName(), fixedFont.pointSize());
|
||||
#endif
|
||||
#ifndef Q_OS_WIN
|
||||
fixedFont.setPointSize(qApp->font().pointSize());
|
||||
#endif
|
||||
return fixedFont;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue