Set default Navigator monospace font on Linux to "Monospace", issue 2333
This commit is contained in:
parent
67b529e173
commit
efbc1f65b1
@ -89,7 +89,7 @@ Navigator::Navigator () {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
fontname = "DejaVu Sans Mono";
|
fontname = "Monospace";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user