Merge remote-tracking branch 'lars/main'
# Conflicts: # MatterControlLib/DesignTools/Operations/PathEditorWidget.cs
This commit is contained in:
parent
7f9cab6963
commit
dfb5700bf8
2 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
||||||
|
|
||||||
SizeChanged += (s, e) =>
|
SizeChanged += (s, e) =>
|
||||||
{
|
{
|
||||||
Height = Width / 2;
|
Height = Width * 6 / 9;
|
||||||
};
|
};
|
||||||
|
|
||||||
this.vertexChanged = vertexChanged;
|
this.vertexChanged = vertexChanged;
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit cd0eb8ef745dd76c97fff3080639207079a60a76
|
Subproject commit 4329e51c1d2a762a42176e1a1aac9bac43f02da6
|
||||||
Loading…
Add table
Add a link
Reference in a new issue