and that dialog needs CenterParent
This commit is contained in:
parent
53644303ce
commit
c702bc03f2
|
@ -144,6 +144,7 @@
|
||||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||||
this.MinimumSize = new System.Drawing.Size(390, 285);
|
this.MinimumSize = new System.Drawing.Size(390, 285);
|
||||||
this.Name = "QuickNesConfig";
|
this.Name = "QuickNesConfig";
|
||||||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||||
this.Text = "NES Graphics Settings";
|
this.Text = "NES Graphics Settings";
|
||||||
this.Load += new System.EventHandler(this.QuickNesConfig_Load);
|
this.Load += new System.EventHandler(this.QuickNesConfig_Load);
|
||||||
this.groupBox1.ResumeLayout(false);
|
this.groupBox1.ResumeLayout(false);
|
||||||
|
|
Loading…
Reference in New Issue