[ui] NodeLog: cross-platform monospace display

Specify multiple fixed size font families:
- Linux: "Monospace" 
- Windows: "Consolas" 
- OSX: "Monaco"
This commit is contained in:
Yann Lanthony 2018-09-06 15:48:09 +02:00
parent a13b9b1ee3
commit 143b519dbd

View file

@ -178,7 +178,7 @@ FocusScope {
selectByMouse: true
selectByKeyboard: true
persistentSelection: true
font.family: "Monospace"
font.family: "Monospace, Consolas, Monaco"
}
}
}