Text pane: select monospace font

Use Consolas (CONSOLA.TTF) as the font for the scratchpad text box.
This allows for more easily formatting tabular data like a flight
plan or other sequential information.
This commit is contained in:
Lucas Crowthers 2019-12-01 22:48:33 -05:00
parent c20af3074c
commit f3717ff994

View File

@ -167,6 +167,10 @@ dialog = {
[1] = {
["bkg"] = {
["center_center"] = "0x00000080"
},
["text"] = {
["font"] = "CONSOLA.TTF",
["lineHeight"] = 10
}
}
}