From 152323d89142b1da8197a70c05e28ba81fde25e6 Mon Sep 17 00:00:00 2001 From: scepheo Date: Sun, 8 Feb 2015 23:09:58 +0000 Subject: [PATCH] Lua Console: Console and immediate fields now use Courier New. --- BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj | 1 + BizHawk.Client.EmuHawk/tools/Lua/LuaConsole.Designer.cs | 2 ++ 2 files changed, 3 insertions(+) diff --git a/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj b/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj index 3444f6d490..172157d308 100644 --- a/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj +++ b/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj @@ -1525,6 +1525,7 @@ + diff --git a/BizHawk.Client.EmuHawk/tools/Lua/LuaConsole.Designer.cs b/BizHawk.Client.EmuHawk/tools/Lua/LuaConsole.Designer.cs index ae0c94b338..13cedded9a 100644 --- a/BizHawk.Client.EmuHawk/tools/Lua/LuaConsole.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/Lua/LuaConsole.Designer.cs @@ -489,6 +489,7 @@ | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.OutputBox.ContextMenuStrip = this.ConsoleContextMenu; + this.OutputBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.OutputBox.Location = new System.Drawing.Point(6, 17); this.OutputBox.Name = "OutputBox"; this.OutputBox.ReadOnly = true; @@ -539,6 +540,7 @@ | System.Windows.Forms.AnchorStyles.Right))); this.InputBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.InputBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource; + this.InputBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.InputBox.Location = new System.Drawing.Point(6, 229); this.InputBox.Name = "InputBox"; this.InputBox.Size = new System.Drawing.Size(246, 20);