the 'super duper button bar' is actually quite irksome

This commit is contained in:
Michael Becker 2020-05-12 02:53:24 -04:00
parent e4d2fcaad8
commit dc28f573d8
No known key found for this signature in database
GPG Key ID: 506F54899E2BFED7

View File

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