savestate history settings dialog - designer auto-gen

This commit is contained in:
adelikat 2020-08-29 10:10:15 -05:00
parent 991deee549
commit 4b8cb22aba
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@
this.SettingsPropertyGrid.TabIndex = 5;
this.SettingsPropertyGrid.ToolbarVisible = false;
//
// DefaultGreenzoneSettings
// GreenzoneSettings
//
this.AcceptButton = this.OkBtn;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@ -91,7 +91,7 @@
this.Controls.Add(this.DefaultsButton);
this.Controls.Add(this.OkBtn);
this.Controls.Add(this.CancelBtn);
this.Name = "DefaultGreenzoneSettings";
this.Name = "GreenzoneSettings";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "Default Savestate History Settings";
this.ResumeLayout(false);