fix: swap plate dimension labels — Length first, Width second

This commit is contained in:
2026-03-24 13:21:11 -04:00
parent 15b2043048
commit 5d93ddb2c4
+2 -2
View File
@@ -240,7 +240,7 @@ namespace OpenNest.Forms
this.lblPlateWidth.Location = new System.Drawing.Point(10, 22); this.lblPlateWidth.Location = new System.Drawing.Point(10, 22);
this.lblPlateWidth.Name = "lblPlateWidth"; this.lblPlateWidth.Name = "lblPlateWidth";
this.lblPlateWidth.Size = new System.Drawing.Size(70, 15); this.lblPlateWidth.Size = new System.Drawing.Size(70, 15);
this.lblPlateWidth.Text = "Plate Width:"; this.lblPlateWidth.Text = "Plate Length:";
// nudPlateWidth // nudPlateWidth
this.nudPlateWidth.DecimalPlaces = 2; this.nudPlateWidth.DecimalPlaces = 2;
@@ -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 Length:"; this.lblPlateHeight.Text = "Plate Width:";
// nudPlateHeight // nudPlateHeight
this.nudPlateHeight.DecimalPlaces = 2; this.nudPlateHeight.DecimalPlaces = 2;