diff --git a/meshroom/ui/qml/GraphEditor/NodeLog.qml b/meshroom/ui/qml/GraphEditor/NodeLog.qml index 920a65c0..66667d04 100644 --- a/meshroom/ui/qml/GraphEditor/NodeLog.qml +++ b/meshroom/ui/qml/GraphEditor/NodeLog.qml @@ -178,7 +178,7 @@ FocusScope { selectByMouse: true selectByKeyboard: true persistentSelection: true - font.family: "Monospace" + font.family: "Monospace, Consolas, Monaco" } } }