mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-18 22:41:46 +00:00
Fix layout issue with the menu in mono winforms
This commit is contained in:
parent
353c714efc
commit
be1fab9f65
1 changed files with 1 additions and 1 deletions
2
Source/Core/Windows/MainForm.Designer.cs
generated
2
Source/Core/Windows/MainForm.Designer.cs
generated
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue