Apply minimum window size (#274)

This commit is contained in:
JelleInfinity 2022-10-04 15:27:39 +02:00 committed by Jelle
parent 7753ca07c7
commit 5190d5bdb6

View File

@ -209,6 +209,7 @@ private void InitializeComponent()
this.DoubleBuffered = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4);
this.MinimumSize = new System.Drawing.Size(642, 504);
this.Name = "Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "pkNX";