diff --git a/Libraries/UniversalEditor.UserInterface/MainWindow.cs b/Libraries/UniversalEditor.UserInterface/MainWindow.cs index a8f61ee7..ac7775e2 100644 --- a/Libraries/UniversalEditor.UserInterface/MainWindow.cs +++ b/Libraries/UniversalEditor.UserInterface/MainWindow.cs @@ -213,6 +213,7 @@ namespace UniversalEditor.UserInterface { pnlButtons.Controls.Add(SuperButtons[i], new BoxLayout.Constraints(true, true)); } + pnlButtons.Visible = false; Controls.Add(pnlButtons, new BoxLayout.Constraints(false, false, 0, BoxLayout.PackType.Start)); this.Bounds = new Rectangle(0, 0, 600, 400);