Make FramesPrompt title readable

This commit is contained in:
Morilli 2024-09-12 11:10:54 +02:00
parent 4d71db1089
commit 89235cc9cf
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@
this.Controls.Add(this.CancelBtn);
this.Controls.Add(this.OkBtn);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FramesPrompt";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;