Skip to content

Commit a20c1e7

Browse files
committed
[ui] Adjust the color for the line cut of edges
1 parent 48a94c4 commit a20c1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshroom/ui/qml/Controls/SelectionLine.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Item {
5656
ShapePath {
5757
strokeWidth: 2;
5858
strokeStyle: ShapePath.DashLine;
59-
strokeColor: "#FF0000";
59+
strokeColor: "#CC3E3E";
6060
dashPattern: [3, 2];
6161

6262
startX: 0;

0 commit comments

Comments
 (0)