Use default QApplication::font.
This commit is contained in:
parent
3090ba7721
commit
2cb10e1d13
1 changed files with 1 additions and 2 deletions
|
|
@ -215,8 +215,7 @@ void StartFonts() {
|
||||||
#endif // Q_OS_MAC
|
#endif // Q_OS_MAC
|
||||||
#endif // !DESKTOP_APP_USE_PACKAGED_FONTS
|
#endif // !DESKTOP_APP_USE_PACKAGED_FONTS
|
||||||
|
|
||||||
auto appFont = QFont(GetFontOverride());
|
auto appFont = QApplication::font();
|
||||||
appFont.setPixelSize(13);
|
|
||||||
appFont.setStyleStrategy(QFont::PreferQuality);
|
appFont.setStyleStrategy(QFont::PreferQuality);
|
||||||
QApplication::setFont(appFont);
|
QApplication::setFont(appFont);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue