Update CharacterCustomizationCompact.Designer.cs

This commit is contained in:
Bitl 2022-02-01 07:43:37 -07:00
parent 8cc0e031c1
commit cc49d31053
1 changed files with 2 additions and 2 deletions

View File

@ -436,9 +436,9 @@ partial class CharacterCustomizationCompact
//
// CharBackground
//
this.CharBackground.Location = new System.Drawing.Point(5, 15);
this.CharBackground.Location = new System.Drawing.Point(0, 15);
this.CharBackground.Name = "CharBackground";
this.CharBackground.Size = new System.Drawing.Size(150, 204);
this.CharBackground.Size = new System.Drawing.Size(162, 210);
this.CharBackground.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.CharBackground.TabIndex = 7;
this.CharBackground.TabStop = false;