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:
parent
dbe806b301
commit
0731ac0bad
11 changed files with 174 additions and 60 deletions
|
|
@ -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))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue