Fixed name in skin adjustments editor

This commit is contained in:
MayNL
2026-07-03 16:05:55 -04:00
parent 6841052175
commit 103f55d87a
+1 -1
View File
@@ -61,7 +61,7 @@
this.MinimumSize = new System.Drawing.Size(720, 578); this.MinimumSize = new System.Drawing.Size(720, 578);
this.Name = "SkinAdjustmentsEditor"; this.Name = "SkinAdjustmentsEditor";
this.Style = MetroFramework.MetroColorStyle.Silver; this.Style = MetroFramework.MetroColorStyle.Silver;
this.Text = "SkinAdjustmentsEditor"; this.Text = "Skin Adjustments Flag Editor";
this.Theme = MetroFramework.MetroThemeStyle.Dark; this.Theme = MetroFramework.MetroThemeStyle.Dark;
this.TransparencyKey = System.Drawing.Color.LemonChiffon; this.TransparencyKey = System.Drawing.Color.LemonChiffon;
this.ResumeLayout(false); this.ResumeLayout(false);