diff --git a/MatterControlLib/DesignTools/Operations/PathEditorWidget.cs b/MatterControlLib/DesignTools/Operations/PathEditorWidget.cs index 8f58bd2d6..15fcaeb07 100644 --- a/MatterControlLib/DesignTools/Operations/PathEditorWidget.cs +++ b/MatterControlLib/DesignTools/Operations/PathEditorWidget.cs @@ -75,7 +75,7 @@ namespace MatterHackers.MatterControl.DesignTools SizeChanged += (s, e) => { - Height = Width / 2; + Height = Width * 6 / 9; }; this.vertexChanged = vertexChanged; diff --git a/Submodules/agg-sharp b/Submodules/agg-sharp index cd0eb8ef7..4329e51c1 160000 --- a/Submodules/agg-sharp +++ b/Submodules/agg-sharp @@ -1 +1 @@ -Subproject commit cd0eb8ef745dd76c97fff3080639207079a60a76 +Subproject commit 4329e51c1d2a762a42176e1a1aac9bac43f02da6