Change "Gameboy" to "Game Boy" on a few config dialogs and also change their default location to CenterParent, #411

This commit is contained in:
adelikat 2016-11-12 11:11:38 -06:00
parent 0959d5f0df
commit 3d402ee40e
3 changed files with 5 additions and 3 deletions

View File

@ -185,7 +185,8 @@
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "CGBColorChooserForm";
this.Text = "Gameboy Color Palette Config";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Game Boy Color Palette Config";
this.Load += new System.EventHandler(this.CGBColorChooserForm_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();

View File

@ -319,7 +319,7 @@
this.MinimumSize = new System.Drawing.Size(310, 264);
this.Name = "ColorChooserForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Gameboy Palette Config";
this.Text = "Game Boy Palette Config";
this.Load += new System.EventHandler(this.ColorChooserForm_Load);
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.ColorChooserForm_DragDrop);
this.DragEnter += new System.Windows.Forms.DragEventHandler(this.ColorChooserForm_DragEnter);

View File

@ -79,7 +79,8 @@
this.Controls.Add(this.gbPrefControl1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "GBPrefs";
this.Text = "Gameboy Settings";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Game Boy Settings";
this.ResumeLayout(false);
}