Better display and hiding of process queue

This commit is contained in:
Michael Bucari-Tovo 2022-06-12 16:29:06 -06:00
parent ffe0f0730d
commit 2341f6ea3b
3 changed files with 4 additions and 1 deletions

View file

@ -451,6 +451,7 @@
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
//