Improve formatting for imperial units for the elevation of spatial elements elevation in the spatial decomposition panel (Re #7373)

This commit is contained in:
Gorgious
2025-11-22 13:32:19 +01:00
parent 27d0b04db5
commit 63921e3fd8
+1 -1
View File
@@ -292,7 +292,7 @@ class Unit(bonsai.core.tool.Unit):
return f'{inches:.4g}"'
# Show both feet and inches
else:
return f"{feet}'{inches:.4g}\""
return f"{feet}' - {inches:.4g}\""
else:
# Use metric - choose appropriate unit
if abs(meters) >= 1.0: