Slightly grow a GroupBox to avoid its contents overflowing (fix #1931)
This commit is contained in:
parent
3b86bd741f
commit
d2e19c9ba5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue