Make PatternsForm title text readable

This commit is contained in:
Morilli 2024-09-26 21:48:26 +02:00
parent 4ccf4eafef
commit 8f497d44f4
1 changed files with 3 additions and 1 deletions

View File

@ -162,8 +162,10 @@
this.Controls.Add(this.InsertButton);
this.Controls.Add(this.PatternList);
this.Controls.Add(this.ButtonBox);
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(209, 9999);
this.MinimumSize = new System.Drawing.Size(209, 34);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(209, 39);
this.Name = "PatternsForm";
this.Text = "Patterns Options";
this.Load += new System.EventHandler(this.PatternsForm_Load);