Fix units for density and diameter

This commit is contained in:
fieldOfView 2016-09-08 11:56:11 +02:00
parent a11e2a56a6
commit bb92c0d7fa

View file

@ -115,7 +115,7 @@ TabView
width: base.secondColumnWidth;
value: properties.density;
decimals: 2
suffix: "g/cm"
suffix: "g/cm³"
stepSize: 0.01
readOnly: !base.editingEnabled;
@ -128,7 +128,7 @@ TabView
width: base.secondColumnWidth;
value: properties.diameter;
decimals: 2
suffix: "mm³"
suffix: "mm"
stepSize: 0.01
readOnly: !base.editingEnabled;