Better display of 3d view editor values
This commit is contained in:
parent
58f6645fdf
commit
e1490772e3
8 changed files with 75 additions and 53 deletions
|
|
@ -93,7 +93,7 @@ namespace MatterHackers.Plugins.EditorTools
|
|||
|
||||
return false;
|
||||
},
|
||||
GetDisplayString = (value) => "{0:0.0}mm".FormatWith(value)
|
||||
GetDisplayString = (value) => "{0:0.0}".FormatWith(value)
|
||||
};
|
||||
|
||||
zValueDisplayInfo.VisibleChanged += (s, e) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue