fix: rename Plate Height label to Plate Length

This commit is contained in:
2026-03-24 13:20:09 -04:00
parent aa8b6f3d9e
commit 15b2043048
+1 -1
View File
@@ -258,7 +258,7 @@ namespace OpenNest.Forms
this.lblPlateHeight.Location = new System.Drawing.Point(10, 49); this.lblPlateHeight.Location = new System.Drawing.Point(10, 49);
this.lblPlateHeight.Name = "lblPlateHeight"; this.lblPlateHeight.Name = "lblPlateHeight";
this.lblPlateHeight.Size = new System.Drawing.Size(74, 15); this.lblPlateHeight.Size = new System.Drawing.Size(74, 15);
this.lblPlateHeight.Text = "Plate Height:"; this.lblPlateHeight.Text = "Plate Length:";
// nudPlateHeight // nudPlateHeight
this.nudPlateHeight.DecimalPlaces = 2; this.nudPlateHeight.DecimalPlaces = 2;