Update Command log font size to 9

This commit is contained in:
2022-05-18 21:51:35 +08:00
parent 792ff48bb9
commit 9bc4c07112

View File

@ -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,