From 2e993dcc4455362e03c099c20f9b9bb2eb8ca9d5 Mon Sep 17 00:00:00 2001 From: Isaac Miell Date: Sun, 18 Oct 2015 11:34:27 +1030 Subject: [PATCH] Monospaced font for BasicBot input display Aligns input frame readout by using a monospaced font for the display --- BizHawk.Client.EmuHawk/tools/BasicBot/BasicBot.Designer.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BizHawk.Client.EmuHawk/tools/BasicBot/BasicBot.Designer.cs b/BizHawk.Client.EmuHawk/tools/BasicBot/BasicBot.Designer.cs index 38e49ef4c6..42faaa52cd 100644 --- a/BizHawk.Client.EmuHawk/tools/BasicBot/BasicBot.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/BasicBot/BasicBot.Designer.cs @@ -419,6 +419,7 @@ this.panel1.AutoScroll = true; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel1.Controls.Add(this.BestAttemptLogLabel); + this.panel1.Font = new System.Drawing.Font(System.Drawing.FontFamily.GenericMonospace.Name, 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.panel1.Location = new System.Drawing.Point(12, 112); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(227, 251); @@ -921,4 +922,4 @@ private System.Windows.Forms.ToolStripMenuItem _2ByteMenuItem; private System.Windows.Forms.ToolStripMenuItem _4ByteMenuItem; } -} \ No newline at end of file +}