Skip to content
Snippets Groups Projects
Commit c8c2ebcd authored by Michal Malý's avatar Michal Malý
Browse files

Reduce Z-offset of measurement order labels to avoid too early clipping

parent 42796b98
No related branches found
No related tags found
No related merge requests found
......@@ -310,6 +310,7 @@ class StructureMeasurementManager extends StatefulPluginComponent<StructureMeasu
borderColor: Color.fromRgb(0, 0, 0),
textSize: 0.33,
borderWidth: 0.3,
offsetZ: 0.75,
customText: `${order++}`
}, { tags: MeasurementOrderLabelTag });
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment