mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:48:59 +08:00
Fix units for density and diameter
This commit is contained in:
parent
a11e2a56a6
commit
bb92c0d7fa
@ -115,7 +115,7 @@ TabView
|
|||||||
width: base.secondColumnWidth;
|
width: base.secondColumnWidth;
|
||||||
value: properties.density;
|
value: properties.density;
|
||||||
decimals: 2
|
decimals: 2
|
||||||
suffix: "g/cm"
|
suffix: "g/cm³"
|
||||||
stepSize: 0.01
|
stepSize: 0.01
|
||||||
readOnly: !base.editingEnabled;
|
readOnly: !base.editingEnabled;
|
||||||
|
|
||||||
@ -128,7 +128,7 @@ TabView
|
|||||||
width: base.secondColumnWidth;
|
width: base.secondColumnWidth;
|
||||||
value: properties.diameter;
|
value: properties.diameter;
|
||||||
decimals: 2
|
decimals: 2
|
||||||
suffix: "mm³"
|
suffix: "mm"
|
||||||
stepSize: 0.01
|
stepSize: 0.01
|
||||||
readOnly: !base.editingEnabled;
|
readOnly: !base.editingEnabled;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user