mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Switch default overlay font for Windows and OSX to Verdana.
This commit is contained in:
parent
7acf3ffecc
commit
68536c399b
@ -201,8 +201,8 @@ Settings::Settings() {
|
||||
bOverlayBottom = true;
|
||||
bOverlayLeft = true;
|
||||
bOverlayRight = false;
|
||||
#ifdef Q_OS_WIN
|
||||
qfOverlayFont = QFont(QLatin1String("Comic Sans MS"), 20);
|
||||
#if defined(Q_OS_WIN) || defined(Q_OS_MAC)
|
||||
qfOverlayFont = QFont(QLatin1String("Verdana"), 20);
|
||||
#else
|
||||
qfOverlayFont = QFont(QLatin1String("Arial"), 20);
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user