From 9563094c2b30149d3eb87dbc65c35deb6e10c1a3 Mon Sep 17 00:00:00 2001 From: AJ Isaacs Date: Tue, 14 Apr 2026 09:10:58 -0400 Subject: [PATCH] fix(ui): show Drawings tab before Plates in EditNestForm Users need to import a drawing first, so Drawings tab should be the default landing tab to reduce steps. Co-Authored-By: Claude Opus 4.6 (1M context) --- OpenNest/Forms/EditNestForm.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenNest/Forms/EditNestForm.Designer.cs b/OpenNest/Forms/EditNestForm.Designer.cs index b6c5f4e..479b0c5 100644 --- a/OpenNest/Forms/EditNestForm.Designer.cs +++ b/OpenNest/Forms/EditNestForm.Designer.cs @@ -81,8 +81,8 @@ // // tabControl1 // - tabControl1.Controls.Add(tabPage1); tabControl1.Controls.Add(tabPage2); + tabControl1.Controls.Add(tabPage1); tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; tabControl1.ItemSize = new System.Drawing.Size(100, 22); tabControl1.Location = new System.Drawing.Point(0, 0);