Hide the 'Clear All Panes' button

This commit is contained in:
Michael Becker 2015-04-30 13:52:31 -04:00
parent 9539f6a775
commit fa461a5d89

View File

@ -99,6 +99,7 @@
this.tsbClearAllPanes.Name = "tsbClearAllPanes";
this.tsbClearAllPanes.Size = new System.Drawing.Size(23, 22);
this.tsbClearAllPanes.Text = "Clear All Panes";
this.tsbClearAllPanes.Visible = false;
//
// tsbSep2
//