From 15b2043048a11a2a11cec097479cb2e5d9bfc08a Mon Sep 17 00:00:00 2001 From: AJ Isaacs Date: Tue, 24 Mar 2026 13:20:09 -0400 Subject: [PATCH] fix: rename Plate Height label to Plate Length --- OpenNest/Forms/SplitDrawingForm.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenNest/Forms/SplitDrawingForm.Designer.cs b/OpenNest/Forms/SplitDrawingForm.Designer.cs index 6b05865..44bcf3e 100644 --- a/OpenNest/Forms/SplitDrawingForm.Designer.cs +++ b/OpenNest/Forms/SplitDrawingForm.Designer.cs @@ -258,7 +258,7 @@ namespace OpenNest.Forms this.lblPlateHeight.Location = new System.Drawing.Point(10, 49); this.lblPlateHeight.Name = "lblPlateHeight"; this.lblPlateHeight.Size = new System.Drawing.Size(74, 15); - this.lblPlateHeight.Text = "Plate Height:"; + this.lblPlateHeight.Text = "Plate Length:"; // nudPlateHeight this.nudPlateHeight.DecimalPlaces = 2;