fixing more pathing code

This commit is contained in:
Lars Brubaker 2022-08-11 18:37:06 -07:00
parent aadec8b9f5
commit f5c8b2008c
5 changed files with 25 additions and 10 deletions

View file

@ -58,7 +58,7 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
}
[Description("The amount to expand the path lines.")]
public DoubleOrExpression Inflate { get; set; } = 1;
public DoubleOrExpression Inflate { get; set; } = .2;
[EnumDisplay(Mode = EnumDisplayAttribute.PresentationMode.Buttons)]
public ExpandStyles Style { get; set; } = ExpandStyles.Sharp;