diff --git a/BizHawk.MultiClient/tools/HexEditor.Designer.cs b/BizHawk.MultiClient/tools/HexEditor.Designer.cs index 5eb7414f02..83f9fbd758 100644 --- a/BizHawk.MultiClient/tools/HexEditor.Designer.cs +++ b/BizHawk.MultiClient/tools/HexEditor.Designer.cs @@ -88,7 +88,6 @@ // // menuStrip1 // - this.menuStrip1.Font = new System.Drawing.Font("Tahoma", 8.25F); this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.editToolStripMenuItem, @@ -191,7 +190,6 @@ this.addToRamWatchToolStripMenuItem1, this.freezeAddressToolStripMenuItem, this.unfreezeAllToolStripMenuItem}); - this.optionsToolStripMenuItem.Font = new System.Drawing.Font("Tahoma", 8.25F); this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; this.optionsToolStripMenuItem.Size = new System.Drawing.Size(56, 20); this.optionsToolStripMenuItem.Text = "&Options"; diff --git a/BizHawk.MultiClient/tools/RamSearch.Designer.cs b/BizHawk.MultiClient/tools/RamSearch.Designer.cs index be2f952a23..5e27a66d8e 100644 --- a/BizHawk.MultiClient/tools/RamSearch.Designer.cs +++ b/BizHawk.MultiClient/tools/RamSearch.Designer.cs @@ -799,7 +799,6 @@ // ClearChangeCountstoolStripButton // this.ClearChangeCountstoolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; - this.ClearChangeCountstoolStripButton.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ClearChangeCountstoolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("ClearChangeCountstoolStripButton.Image"))); this.ClearChangeCountstoolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.ClearChangeCountstoolStripButton.Name = "ClearChangeCountstoolStripButton"; diff --git a/BizHawk.MultiClient/tools/RamWatch.Designer.cs b/BizHawk.MultiClient/tools/RamWatch.Designer.cs index a6c715e0e0..6b1f00e076 100644 --- a/BizHawk.MultiClient/tools/RamWatch.Designer.cs +++ b/BizHawk.MultiClient/tools/RamWatch.Designer.cs @@ -719,7 +719,6 @@ // ClearChangeCountstoolStripButton // this.ClearChangeCountstoolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; - this.ClearChangeCountstoolStripButton.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ClearChangeCountstoolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("ClearChangeCountstoolStripButton.Image"))); this.ClearChangeCountstoolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.ClearChangeCountstoolStripButton.Name = "ClearChangeCountstoolStripButton";