From fa461a5d89462f3497b4a0591c14273aeddcd1b0 Mon Sep 17 00:00:00 2001 From: alcexhim Date: Thu, 30 Apr 2015 13:52:31 -0400 Subject: [PATCH] Hide the 'Clear All Panes' button --- .../Controls/OutputWindow.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/CSharp/Engines/WindowsForms/Engines/UniversalEditor.UserInterface.WindowsForms.DesktopApplication/Controls/OutputWindow.Designer.cs b/CSharp/Engines/WindowsForms/Engines/UniversalEditor.UserInterface.WindowsForms.DesktopApplication/Controls/OutputWindow.Designer.cs index 338a66df..89f0e36d 100644 --- a/CSharp/Engines/WindowsForms/Engines/UniversalEditor.UserInterface.WindowsForms.DesktopApplication/Controls/OutputWindow.Designer.cs +++ b/CSharp/Engines/WindowsForms/Engines/UniversalEditor.UserInterface.WindowsForms.DesktopApplication/Controls/OutputWindow.Designer.cs @@ -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 //