From f3717ff994d922adc2d5637cb4a3b5074666477a Mon Sep 17 00:00:00 2001 From: Lucas Crowthers Date: Sun, 1 Dec 2019 22:48:33 -0500 Subject: [PATCH] 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. --- Scripts/Scratchpad/ScratchpadWindow.dlg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Scripts/Scratchpad/ScratchpadWindow.dlg b/Scripts/Scratchpad/ScratchpadWindow.dlg index d95be3c..e6cbc5b 100644 --- a/Scripts/Scratchpad/ScratchpadWindow.dlg +++ b/Scripts/Scratchpad/ScratchpadWindow.dlg @@ -167,6 +167,10 @@ dialog = { [1] = { ["bkg"] = { ["center_center"] = "0x00000080" + }, + ["text"] = { + ["font"] = "CONSOLA.TTF", + ["lineHeight"] = 10 } } }