Slightly grow a GroupBox to avoid its contents overflowing (fix #1931)

This commit is contained in:
YoshiRulz 2020-04-14 18:14:31 +10:00
parent 3b86bd741f
commit d2e19c9ba5
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@
//
this.grpAutoSaveRAM.Controls.Add(this.flpGrpAutoSaveRAM);
this.grpAutoSaveRAM.Name = "grpAutoSaveRAM";
this.grpAutoSaveRAM.Size = new System.Drawing.Size(238, 52);
this.grpAutoSaveRAM.Size = new System.Drawing.Size(238, 54);
this.grpAutoSaveRAM.Text = "AutoSaveRAM";
//
// flpGrpAutoSaveRAM