fix: move bend line action links above list for more vertical space

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-29 18:32:53 -04:00
parent a7c2fcffe6
commit 028b1fabfc

View File

@@ -74,7 +74,7 @@ namespace OpenNest.Controls
var bendLinksPanel = new FlowLayoutPanel
{
Dock = DockStyle.Bottom,
Dock = DockStyle.Top,
Height = 20,
FlowDirection = FlowDirection.LeftToRight,
WrapContents = false