From d6d901820f81f3d4d24d035a404c8da47f321837 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 26 Jul 2015 08:16:04 -0400 Subject: [PATCH] Tastudio - undo dialog - don't show default icon --- .../tools/TAStudio/UndoHistoryForm.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/UndoHistoryForm.Designer.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/UndoHistoryForm.Designer.cs index f4290b4d00..39fe8220b7 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/UndoHistoryForm.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/UndoHistoryForm.Designer.cs @@ -211,6 +211,7 @@ this.Controls.Add(this.UndoButton); this.Controls.Add(this.HistoryView); this.Name = "UndoHistoryForm"; + this.ShowIcon = false; this.Text = "Undo History"; this.RightClickMenu.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.MaxStepsNum)).EndInit();