From cc49d3105355000ef6633755f12da77fef0fa318 Mon Sep 17 00:00:00 2001 From: Bitl Date: Tue, 1 Feb 2022 07:43:37 -0700 Subject: [PATCH] Update CharacterCustomizationCompact.Designer.cs --- .../Forms/Compact/CharacterCustomizationCompact.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Novetus/NovetusCore/CharCustom/Forms/Compact/CharacterCustomizationCompact.Designer.cs b/Novetus/NovetusCore/CharCustom/Forms/Compact/CharacterCustomizationCompact.Designer.cs index 1e54c3d..ad9f23b 100644 --- a/Novetus/NovetusCore/CharCustom/Forms/Compact/CharacterCustomizationCompact.Designer.cs +++ b/Novetus/NovetusCore/CharCustom/Forms/Compact/CharacterCustomizationCompact.Designer.cs @@ -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;