From 5d93ddb2c4978aca863a77b8f3729e6d830589e8 Mon Sep 17 00:00:00 2001 From: AJ Isaacs Date: Tue, 24 Mar 2026 13:21:11 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20swap=20plate=20dimension=20labels=20?= =?UTF-8?q?=E2=80=94=20Length=20first,=20Width=20second?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenNest/Forms/SplitDrawingForm.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenNest/Forms/SplitDrawingForm.Designer.cs b/OpenNest/Forms/SplitDrawingForm.Designer.cs index 44bcf3e..5460de4 100644 --- a/OpenNest/Forms/SplitDrawingForm.Designer.cs +++ b/OpenNest/Forms/SplitDrawingForm.Designer.cs @@ -240,7 +240,7 @@ namespace OpenNest.Forms this.lblPlateWidth.Location = new System.Drawing.Point(10, 22); this.lblPlateWidth.Name = "lblPlateWidth"; this.lblPlateWidth.Size = new System.Drawing.Size(70, 15); - this.lblPlateWidth.Text = "Plate Width:"; + this.lblPlateWidth.Text = "Plate Length:"; // nudPlateWidth this.nudPlateWidth.DecimalPlaces = 2; @@ -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 Length:"; + this.lblPlateHeight.Text = "Plate Width:"; // nudPlateHeight this.nudPlateHeight.DecimalPlaces = 2;