Explorar o código

Reduce border width of measurement order labels

Michal Malý %!s(int64=3) %!d(string=hai) anos
pai
achega
42796b984f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/mol-plugin-state/manager/structure/measurement.ts

+ 1 - 1
src/mol-plugin-state/manager/structure/measurement.ts

@@ -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 });
         }