mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-10 23:56:54 +02:00
[ui] NodeLog: cross-platform monospace display
Specify multiple fixed size font families: - Linux: "Monospace" - Windows: "Consolas" - OSX: "Monaco"
This commit is contained in:
parent
a13b9b1ee3
commit
143b519dbd
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ FocusScope {
|
|||
selectByMouse: true
|
||||
selectByKeyboard: true
|
||||
persistentSelection: true
|
||||
font.family: "Monospace"
|
||||
font.family: "Monospace, Consolas, Monaco"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue