diff --git a/OpenNest/Controls/FilterPanel.cs b/OpenNest/Controls/FilterPanel.cs index 7e9bf0f..9901011 100644 --- a/OpenNest/Controls/FilterPanel.cs +++ b/OpenNest/Controls/FilterPanel.cs @@ -74,7 +74,7 @@ namespace OpenNest.Controls var bendLinksPanel = new FlowLayoutPanel { - Dock = DockStyle.Bottom, + Dock = DockStyle.Top, Height = 20, FlowDirection = FlowDirection.LeftToRight, WrapContents = false