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

Reduce border width of measurement order labels

parent 2ebb0a35
No related branches found
No related tags found
No related merge requests found
......@@ -308,8 +308,8 @@ class StructureMeasurementManager extends StatefulPluginComponent<StructureMeasu
.apply(StateTransforms.Representation.StructureSelectionsLabel3D, {
textColor: Color.fromRgb(255, 255, 255),
borderColor: Color.fromRgb(0, 0, 0),
borderWidth: 0.5,
textSize: 0.33,
borderWidth: 0.3,
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