fix: swap BestFitCell dimension display to height x width

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-21 00:04:23 -04:00
parent cdf8e4e40e
commit 9887cb1aa3
+1 -1
View File
@@ -40,7 +40,7 @@ namespace OpenNest.Controls
metadataLines = new[] metadataLines = new[]
{ {
string.Format("#{0} {1:F1}x{2:F1} Area={3:F1}", string.Format("#{0} {1:F1}x{2:F1} Area={3:F1}",
rank, result.BoundingWidth, result.BoundingHeight, result.RotatedArea), rank, result.BoundingHeight, result.BoundingWidth, result.RotatedArea),
string.Format("Util={0:P1} Rot={1:F1}\u00b0", string.Format("Util={0:P1} Rot={1:F1}\u00b0",
result.Utilization, result.Utilization,
Angle.ToDegrees(result.OptimalRotation)), Angle.ToDegrees(result.OptimalRotation)),