Update CharacterCustomizationCompact.Designer.cs
This commit is contained in:
parent
8cc0e031c1
commit
cc49d31053
|
|
@ -436,9 +436,9 @@ partial class CharacterCustomizationCompact
|
||||||
//
|
//
|
||||||
// CharBackground
|
// 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.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.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||||||
this.CharBackground.TabIndex = 7;
|
this.CharBackground.TabIndex = 7;
|
||||||
this.CharBackground.TabStop = false;
|
this.CharBackground.TabStop = false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue