and that dialog needs CenterParent

This commit is contained in:
adelikat 2014-05-16 01:16:20 +00:00
parent 53644303ce
commit c702bc03f2
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(390, 285);
this.Name = "QuickNesConfig";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "NES Graphics Settings";
this.Load += new System.EventHandler(this.QuickNesConfig_Load);
this.groupBox1.ResumeLayout(false);