Better display of 3d view editor values

This commit is contained in:
LarsBrubaker 2020-09-15 07:56:31 -07:00
parent 58f6645fdf
commit e1490772e3
8 changed files with 75 additions and 53 deletions

View file

@ -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) =>