fix: increase BomImportForm size and enable font auto-scaling

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-27 17:50:23 -04:00
parent 79ddce346b
commit f0bdaa14e6
+3 -2
View File
@@ -270,9 +270,10 @@ namespace OpenNest.Forms
// //
// BomImportForm // BomImportForm
// //
AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
CancelButton = btnClose; CancelButton = btnClose;
ClientSize = new System.Drawing.Size(500, 520); ClientSize = new System.Drawing.Size(530, 560);
Controls.Add(grpGroups); Controls.Add(grpGroups);
Controls.Add(grpInput); Controls.Add(grpInput);
Controls.Add(pnlBottom); Controls.Add(pnlBottom);