make scale display better
This commit is contained in:
parent
1e6df1da1b
commit
f375015122
1 changed files with 3 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
|
|||
|
||||
public ScaleType Operation { get; set; } = ScaleType.Specify;
|
||||
|
||||
[MaxDecimalPlaces(3)]
|
||||
[JsonIgnore]
|
||||
[DisplayName("Width")]
|
||||
public double SizeX
|
||||
|
|
@ -126,6 +127,7 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
|
|||
}
|
||||
}
|
||||
|
||||
[MaxDecimalPlaces(3)]
|
||||
[JsonIgnore]
|
||||
[DisplayName("Depth")]
|
||||
public double SizeY
|
||||
|
|
@ -153,6 +155,7 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
|
|||
}
|
||||
}
|
||||
|
||||
[MaxDecimalPlaces(3)]
|
||||
[JsonIgnore]
|
||||
[DisplayName("Height")]
|
||||
public double SizeZ
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue