fixing more pathing code
This commit is contained in:
parent
aadec8b9f5
commit
f5c8b2008c
5 changed files with 25 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue