From 9bc4c07112daf5f8bfa05c2564a7de4c6b6822db Mon Sep 17 00:00:00 2001 From: jie65535 Date: Wed, 18 May 2022 21:51:35 +0800 Subject: [PATCH] Update Command log font size to 9 --- Source/GrasscutterTools/FormMain.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/GrasscutterTools/FormMain.cs b/Source/GrasscutterTools/FormMain.cs index 663d529..cea7d08 100644 --- a/Source/GrasscutterTools/FormMain.cs +++ b/Source/GrasscutterTools/FormMain.cs @@ -1026,7 +1026,7 @@ namespace GrasscutterTools { Anchor = AnchorStyles.Left | AnchorStyles.Top | AnchorStyles.Right | AnchorStyles.Bottom, Multiline = true, - Font = new Font("Consolas", 10F), + Font = new Font("Consolas", 9F), Location = new Point(BtnInvokeOpenCommand.Left, BtnInvokeOpenCommand.Bottom + 6), Size = new Size(GrpCommand.Width - BtnInvokeOpenCommand.Left * 2, TxtCommandRunLogMinHeight), ReadOnly = true,