From d6629715595ec0e65e91c05f985c11d74255cc32 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Wed, 4 May 2022 21:22:00 -0700 Subject: [PATCH] Larger cursor location label --- manimlib/scene/interactive_scene.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manimlib/scene/interactive_scene.py b/manimlib/scene/interactive_scene.py index 0f9ad886..f357605e 100644 --- a/manimlib/scene/interactive_scene.py +++ b/manimlib/scene/interactive_scene.py @@ -73,7 +73,7 @@ class InteractiveScene(Scene): palette_colors = MANIM_COLORS selection_nudge_size = 0.05 cursor_location_config = dict( - font_size=14, + font_size=24, fill_color=GREY_C, num_decimal_places=3, )