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())
|
if (font.exactMatch())
|
||||||
return "Consolas";
|
return "Consolas";
|
||||||
else
|
else
|
||||||
return "Courier New";
|
return "Lucida Console";
|
||||||
#elif defined(Q_OS_MACOS)
|
#elif defined(Q_OS_MACOS)
|
||||||
return "Menlo";
|
return "Menlo";
|
||||||
#else // XDG desktop
|
#else // XDG desktop
|
||||||
|
|
Loading…
Reference in New Issue