Skip to content

Commit b180403

Browse files
committed
style: advanced_yaw_selector UI color change
1 parent 6e4b01a commit b180403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_yaw_selector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@ def draw_yaw_selector(self): # pylint: disable=too-many-locals, too-many-stateme
11311131
self.yaw_canvas.create_oval(
11321132
canvas_center_x - world_radius_scale, canvas_center_y - world_radius_scale,
11331133
canvas_center_x + world_radius_scale, canvas_center_y + world_radius_scale,
1134-
outline="#E0E0E0", dash=(1,3)
1134+
outline="#FF0000", dash=(1,3)
11351135
)
11361136

11371137
pyramids_data_list = []

0 commit comments

Comments
 (0)