Save as asks for overwrite if exists

Save as dialog does clicking and double clicking as expected
New Text icon
This commit is contained in:
Lars Brubaker 2022-02-10 12:06:48 -08:00
parent dbe806b301
commit 0731ac0bad
11 changed files with 174 additions and 60 deletions

View file

@ -85,7 +85,7 @@ namespace MatterHackers.MatterControl.DesignTools
[MaxDecimalPlaces(2)]
[Slider(1, 400, VectorMath.Easing.EaseType.Quadratic, useSnappingGrid: true)]
public DoubleOrExpression Height { get; set; } = 5;
public DoubleOrExpression Height { get; set; } = 3;
[Sortable]
[JsonConverter(typeof(StringEnumConverter))]