prefer Lucida Console font on Windows XP (#395)
This commit is contained in:
parent
7df90b0d5d
commit
ff23e8c859
|
@ -105,7 +105,7 @@ QString defaultMonoFont()
|
|||
if (font.exactMatch())
|
||||
return "Consolas";
|
||||
else
|
||||
return "Courier New";
|
||||
return "Lucida Console";
|
||||
#elif defined(Q_OS_MACOS)
|
||||
return "Menlo";
|
||||
#else // XDG desktop
|
||||
|
|
Loading…
Reference in New Issue