From dc28f573d82b076d856b87485cca4f1c3e383706 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Tue, 12 May 2020 02:53:24 -0400 Subject: [PATCH] the 'super duper button bar' is actually quite irksome --- Libraries/UniversalEditor.UserInterface/MainWindow.cs | 1 + 1 file changed, 1 insertion(+) 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);