From 103f55d87ababc6d4cc5006cb24a5ac908455111 Mon Sep 17 00:00:00 2001 From: MayNL Date: Fri, 3 Jul 2026 16:05:55 -0400 Subject: [PATCH] Fixed name in skin adjustments editor --- PCK-Studio/Forms/Editor/SkinAdjustmentsEditor.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCK-Studio/Forms/Editor/SkinAdjustmentsEditor.Designer.cs b/PCK-Studio/Forms/Editor/SkinAdjustmentsEditor.Designer.cs index ba210a0a..cf62f8cd 100644 --- a/PCK-Studio/Forms/Editor/SkinAdjustmentsEditor.Designer.cs +++ b/PCK-Studio/Forms/Editor/SkinAdjustmentsEditor.Designer.cs @@ -61,7 +61,7 @@ this.MinimumSize = new System.Drawing.Size(720, 578); this.Name = "SkinAdjustmentsEditor"; this.Style = MetroFramework.MetroColorStyle.Silver; - this.Text = "SkinAdjustmentsEditor"; + this.Text = "Skin Adjustments Flag Editor"; this.Theme = MetroFramework.MetroThemeStyle.Dark; this.TransparencyKey = System.Drawing.Color.LemonChiffon; this.ResumeLayout(false);