Declutter pattern by increasing transparency of label line.

develop
Roman Telezhynskyi 2024-04-09 20:46:37 +03:00
parent 3aec5bf341
commit 8f5c5b8cae
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
"PointColor": "#d9d9d9",
"LabelColor": "#d9d9d9",
"LabelHoverColor": "#ffd900",
"LabelLineColor": "#80ffd900",
"LabelLineColor": [255, 217, 0, 32],
"AccuracyRadiusColor": "#ffd900",
"ControlLineColor": "#80ffd900",
"ControlPointColor": "#ffd900",

View File

@ -5,7 +5,7 @@
"PointColor": "black",
"LabelColor": "black",
"LabelHoverColor": "green",
"LabelLineColor": [0, 0, 0],
"LabelLineColor": [0, 0, 0, 16],
"AccuracyRadiusColor": "blue",
"ControlLineColor": [0, 0, 0],
"ControlPointColor": "red",