Slight cosmetic change to the SNES options dialog

This commit is contained in:
adelikat 2013-03-25 00:23:02 +00:00
parent 42ba391c4f
commit 4905c698bd
1 changed files with 2 additions and 1 deletions

View File

@ -126,7 +126,8 @@
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOk);
this.Name = "SNESOptions";
this.Text = "SNESOptions";
this.ShowIcon = false;
this.Text = "SNES Options";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);