Skip to content

Commit 397f86a

Browse files
Unify trace colors in Solution/Baseline[CPP-777]. (#620)
1 parent 6fc849a commit 397f86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/Constants/Constants.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ QtObject {
427427
readonly property string yAxisTitleText: "N (meters)"
428428
readonly property string xAxisTitleText: "E (meters)"
429429
readonly property var legendLabels: ["Base Position", "DGPS", "RTK Float", "RTK Fixed"]
430-
readonly property var colors: ["#FF0000", "#00B3FF", "#BF00BF", "#FFA500"]
430+
readonly property var colors: ["#FF0000", "#00FFFF", "#0000FF", "#00FF00"]
431431
}
432432

433433
baselineTable: QtObject {

0 commit comments

Comments
 (0)