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:
Generated
+3
-2
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user