Fix layout issue with the menu in mono winforms

This commit is contained in:
Magnus Norddahl 2020-09-15 00:46:41 +02:00
parent 353c714efc
commit be1fab9f65

View file

@ -2762,7 +2762,6 @@ namespace CodeImp.DoomBuilder.Windows
//
// flowLayoutPanel
//
this.flowLayoutPanel.Controls.Add(this.menumain);
this.flowLayoutPanel.Controls.Add(this.modecontrolsloolbar);
this.flowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Top;
this.flowLayoutPanel.Location = new System.Drawing.Point(0, 0);
@ -2823,6 +2822,7 @@ namespace CodeImp.DoomBuilder.Windows
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(1012, 693);
this.Controls.Add(this.dockerspanel);
this.Controls.Add(this.menumain);
this.Controls.Add(this.display);
this.Controls.Add(this.dockersspace);
this.Controls.Add(this.modestoolbar);