Tastudio - undo dialog - don't show default icon

This commit is contained in:
adelikat 2015-07-26 08:16:04 -04:00
parent f72eadb76e
commit d6d901820f
1 changed files with 1 additions and 0 deletions

View File

@ -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();