From f6cf6107397c36bac3eadeb77e85237fb862df30 Mon Sep 17 00:00:00 2001 From: MattNL Date: Tue, 29 Nov 2022 12:46:47 -0500 Subject: [PATCH] Changed label from Inflation to Scale to make value more clear --- PCK-Studio/Forms/Utilities/Skins/BoxEditor.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PCK-Studio/Forms/Utilities/Skins/BoxEditor.Designer.cs b/PCK-Studio/Forms/Utilities/Skins/BoxEditor.Designer.cs index 8ee4a7c6..977fa989 100644 --- a/PCK-Studio/Forms/Utilities/Skins/BoxEditor.Designer.cs +++ b/PCK-Studio/Forms/Utilities/Skins/BoxEditor.Designer.cs @@ -399,9 +399,9 @@ this.inflationLabel.FontSize = MetroFramework.MetroLabelSize.Tall; this.inflationLabel.Location = new System.Drawing.Point(33, 149); this.inflationLabel.Name = "inflationLabel"; - this.inflationLabel.Size = new System.Drawing.Size(77, 25); + this.inflationLabel.Size = new System.Drawing.Size(55, 25); this.inflationLabel.TabIndex = 31; - this.inflationLabel.Text = "Inflation:"; + this.inflationLabel.Text = "Scale:"; this.inflationLabel.Theme = MetroFramework.MetroThemeStyle.Dark; // // BoxEditor