Skip to content
Snippets Groups Projects
Commit f3bd56f3 authored by MaxED's avatar MaxED
Browse files

Fixed: GZDB was not shown in alt-tab list when "Errors and Warnings" window was open.

parent 18e52226
No related branches found
No related tags found
No related merge requests found
......@@ -159,11 +159,12 @@ namespace CodeImp.DoomBuilder.Windows
this.Controls.Add(this.copyselected);
this.Controls.Add(this.grid);
this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(680, 300);
this.Name = "ErrorsForm";
this.Opacity = 0;
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Errors and Warnings";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment